📜  QNAP NAS crontab 重置 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:40.239000             🧑  作者: Mango

代码示例1
Crontab entries don't survive reboot
crontab se elimina al reiniciar el NAS, solución:

- Edit /etc/config/crontab and add your custom entry.
- Run 'crontab /etc/config/crontab' to load the changes.
- Restart cron, i.e. '/etc/init.d/crond.sh restart'