Browse Source

[Fix] Fix systemd version of the logrotate script

tags/1.7.4
Vsevolod Stakhov 6 years ago
parent
commit
bf8f9c32e3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      debian/rspamd.logrotate

+ 1
- 1
debian/rspamd.logrotate View File

@@ -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