Setting Up a Cron Job
crontab -e won’t work on a Synology; /etc/crontab needs to be edited directly under root.
- Become root:
sudo -i - Edit crontab:
nano /etc/crontab. Note that the columns are separated by tabs. - Restart the cron daemon:
synoservice -restart crond