void-packages/srcpkgs/logrotate/files/logrotate.cron-daily

11 lines
128 B
Text
Raw Normal View History

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