Removed unnecessary syslog reload from rpm spec file

This commit is contained in:
Trial97
2021-04-19 09:09:05 +03:00
committed by Dan Christian Bogos
parent bf73726c35
commit a21280e8bc
2 changed files with 1 additions and 1 deletions

View File

@@ -51,7 +51,6 @@ fi
/bin/chown -R %{name}:%{name} %{_logdir}
/bin/chown -R %{name}:%{name} %{_spooldir}
/bin/chown -R %{name}:%{name} %{_libdir}
sudo systemctl restart syslog
sudo systemctl restart rsyslog
%preun

View File

@@ -52,6 +52,7 @@ fi
/bin/chown -R %{name}:%{name} %{_logdir}
/bin/chown -R %{name}:%{name} %{_spooldir}
/bin/chown -R %{name}:%{name} %{_libdir}
sudo systemctl restart rsyslog
%preun
%if 0%{?fedora} > 16 || 0%{?rhel} > 6