Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by venguan ( 11 years ago )
# This will run checknds every 5 minutes Mon - Sat.
# Splitting into two lines for readability.
0,10,20,30,40,50 * * * 1-6 /edir/scripts/checknds
5,15,25,35,45,55 * * * 1-6 /edir/scripts/checknds
# This will run checknds every 5 minutes only on Sunday outside reboot window and will send a text message only on failure.
# Splitting into two lines for readability.
0,10,20,30,40,50 0-3,7-23 * * 0 /edir/scripts/checknds
5,15,25,35,45,55 0-3,7-23 * * 0 /edir/scripts/checknds
Revise this Paste
Children: 77931