Browse Source

[Fix] Fix systemd version of the logrotate script

pull/2191/head
Vsevolod Stakhov 8 years ago
parent
commit
bf8f9c32e3
  1. 2
      debian/rspamd.logrotate

2
debian/rspamd.logrotate

@ -6,7 +6,7 @@
notifempty
missingok
postrotate
service rspamd reopenlog >/dev/null 2>&1 || true
if [ -f /bin/systemctl ] ; then systemctl --signal USR1 kill rspamd.service ; else service rspamd reopenlog >/dev/null 2>&1 ; fi || true
endscript
}
Loading…
Cancel
Save