mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
4 lines
123 B
Text
4 lines
123 B
Text
|
#!/bin/sh
|
||
|
/usr/sbin/logrotate /etc/logrotate.conf
|
||
|
[ $? != 0 ] && /usr/bin/logger -t logrotate "ALERT - exited abnormally."
|