Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When adding or removing commands to the crontab make sure to restart the crond service so the commands take effect.

Code Block
languagebash
/usr/syno/etc/rc.d/S04crond.sh stop
/usr/syno/etc/rc.d/S04crond.sh startsynoservice --restart crond

To view the logs to see if your cronjob was run is located in /var/log/messages

...