summaryrefslogtreecommitdiffstats
path: root/source/a/logrotate/logrotate.cron
blob: f91b3adda2b7de2c50679c55c9e07f4b02a477ed (plain) (blame)
1
2
3
#!/bin/sh
/usr/sbin/logrotate /etc/logrotate.conf
[ $? != 0 ] && /usr/bin/logger -t logrotate "ALERT - exited abnormally."