/
etc
/
cron.daily
/
/etc/cron.daily
mkdir
upload
Name
Size
Mode
Actions
csget
3317
0700
edit
dl
rm
logrotate
189
0755
edit
dl
rm
Edit:
/etc/cron.daily/logrotate
(189B)
#!/bin/sh /usr/sbin/logrotate /etc/logrotate.conf EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]" fi exit $EXITVALUE
Save
cmd:
run