Browse Source

[Fix] RPM postinstall

 - Fixes: #1696
tags/1.7.0
Andrew Lewis 6 years ago
parent
commit
6333f9b5cd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      centos/rspamd.spec

+ 1
- 1
centos/rspamd.spec View File

@@ -146,7 +146,7 @@ systemctl --no-reload preset %{name}.service >/dev/null 2>&1 || :
%if 0%{?el6}
/sbin/chkconfig --add %{name}
%else
%{__chown} %{rspamd_user}:%{rspamd_group} %{buildroot}%{rspamd_logdir}
%{__chown} %{rspamd_user}:%{rspamd_group} %{rspamd_logdir}
%endif

%preun

Loading…
Cancel
Save