slackware-current/source/a/logrotate/logrotate.cron

4 lines
129 B
Text
Raw Normal View History

#!/bin/sh
/usr/sbin/logrotate /etc/logrotate.conf \
|| { /usr/bin/logger -t logrotate "ALERT - exited abnormally." && false ; }