vp-build/templates/logrotate/files/logrotate.cron-daily
Juan RP 4460191a65 Added logrotate-3.7.8 build template.
--HG--
extra : convert_revision : 3db9a265e3ad1c42e126713ab82e4fadb8e7f9b1
2009-10-04 16:17:19 +02:00

11 lines
128 B
Bash

#!/bin/sh
#
logrotate_cmd=/usr/sbin/logrotate
if [ ! -x $logrotate_cmd ]; then
exit 0
fi
$logrotate_cmd /etc/logrotate.conf