[ADD]Notify crontab

Do I need this function?

  • Yes, I need.

    Votes: 13 92.9%
  • No, I don't.

    Votes: 1 7.1%

  • Total voters
    14

AleSSaNDRo

Verified User
Joined
Nov 19, 2004
Messages
108
Location
Milano(Italy)
Please add in CMD_CRON_JOBS a option that ability to doesn't receive notify of crontabs :)

If that option is selected, when system execute crontab, you doesn't receive results of it by email
if that option isn't selected, when system execute crontab, you receive results of it by email ;)

Therefore, when this option is selected, it add on crontab:

Code:
>/dev/null 2>&1

when this option isn't selected, not add
Code:
>/dev/null 2>&1
;)
 
Also it would be a good idea to be able pick which email address notifications go to.
 
Back
Top