summaryrefslogblamecommitdiffstats
path: root/source/a/logrotate/logrotate.cron
blob: acdf65c2db1424144372157db0f47566f1e794f9 (plain) (tree)
1
2
3
         

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