fehler in logrotate script

This commit is contained in:
2017-03-28 10:07:46 +02:00
parent 7c08751c8a
commit 7e68d2763b
4 changed files with 9 additions and 8 deletions

View File

@@ -7,7 +7,8 @@
delaycompress
missingok
notifempty
sharedscripts
postrotate
kill -SIGUSR1 `cat /var/run/revpipyload.pid` > /dev/null 2>&1 || true
/bin/kill -s USR1 `cat /var/run/revpipyload.pid` > /dev/null 2>&1 || true
endscript
}