Logrotate is called from crontab.

Debian crontab does not include everything in it's path.
 Therefore reference to these bins

 conflict leftovers from 380ecf2253
This commit is contained in:
Daan Hoogland 2014-11-11 15:56:09 +01:00
parent 8de7f84ad5
commit b431cd5e09
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@
compress
delaycompress
postrotate
pkill socat > /dev/null
/usr/bin/pkill socat > /dev/null
endscript
}

View File

@ -7,7 +7,7 @@
postrotate
if [ -e /var/run/conntrackd.sock ]; then
invoke-rc.d conntrackd restart > /dev/null
/usr/sbin/invoke-rc.d conntrackd restart > /dev/null
fi
endscript
}