Dashboard
PHP:
8.1.33
OS:
Linux
User:
lawtemple
/
/
etc
/
cron.daily
📤 Upload
📝 New File
📁 New Folder
Close
Editing: logrotate
#!/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
Cancel