mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
fehler in logrotate script
This commit is contained in:
3
debian/revpipyload.logrotate
vendored
3
debian/revpipyload.logrotate
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user