We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Info dump for all things related to cron jobs.
how to import & export cron jobs
add "2>&1 |logger" to end of script:
* * * * * echo "test message" 2>&1 |logger
then view the output: sudo systemctl status fcron
sudo systemctl status fcron
more info here
There was an error while loading. Please reload this page.