Skip to content

Route all cron process status/progress output to /var/tmp/<name>.out

This MR modifies all crontab file to send any output from the crond scheduled processes to /var/tmp/<name>.out. The stderr output will continue to be routed to the listed email accounts. This will prevent status and progress messages from being sent to email accounts. If progress messages are of interest the messages from the last run of the scripts may be found in an appropriately named file in the /var/tmp directory.

Edited by John Zweizig

Merge request reports