]> git.pld-linux.org Git - packages/fetchmail.git/blobdiff - fetchmail.logrotate
- allow some actions when network is down
[packages/fetchmail.git] / fetchmail.logrotate
index 0d4243c1d314b5d5301aea8af25bea0764b64ee7..220571dcc6ee5bcebe340789216edb7992b78b26 100644 (file)
@@ -1,5 +1,5 @@
 /var/log/fetchmail {
     postrotate
-       /usr/bin/killall -HUP fetchmaild || :
+       /etc/rc.d/init.d/fetchmail restart >/dev/null 2>&1
     endscript
 }
This page took 0.141149 seconds and 4 git commands to generate.