Skip to content
patrick-motard edited this page Apr 7, 2019 · 1 revision

Info dump for all things related to cron jobs.

General

how to import & export cron jobs

Debugging chron jobs

add "2>&1 |logger" to end of script:

* * * * * echo "test message" 2>&1 |logger

then view the output: sudo systemctl status fcron

more info here

Clone this wiki locally