Pastebin
Paste #2141: failing cronjob
< previous paste - next paste>
Pasted by tdn
SHELL=/bin/zsh 00 01 * * * root notify-send "Shutting down in 5 minutes." ; sleep 300 ; [ -f /tmp/nohalt ] || /sbin/halt 00 02 * * * root notify-send "Shutting down in 5 minutes." ; sleep 300 ; [ -f /tmp/nohalt ] || /sbin/halt 00 03 * * * root notify-send "Shutting down in 5 minutes." ; sleep 300 ; [ -f /tmp/nohalt ] || /sbin/halt 00 04 * * * root notify-send "Shutting down in 5 minutes." ; sleep 300 ; [ -f /tmp/nohalt ] || /sbin/halt 00 05 * * * root notify-send "Shutting down in 5 minutes." ; sleep 300 ; [ -f /tmp/nohalt ] || /sbin/halt
New Paste
Go to most recent paste.