I have a cronjob that has to be run every minute. And every minute cron add a new line into syslog about that. How can I suppress this behavior?
|
feedback
|
|
First, backup
Then, open up
to this:
although the caveat is that you cannot check if your job is running. | |||
feedback
|
|
redirect standard output into /dev/null, while if you going get an error you'll receive an email about it:
| |||
feedback
|
