„README.md“ ändern

This commit is contained in:
bmen 2019-09-23 19:22:22 +00:00
parent fe611abc78
commit 75f9d06ec3
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@ However, due to the way the QNAP firmware updates crontab, it will be overwritte
```
vim /etc/config/crontab
```
When you're done, reload the crontab file and restart the cron daemon:
```
crontab /etc/config/crontab && /etc/init.d/crond.sh restart
```
## Gute Quellen
* Bash-Skripte: https://wiki.ubuntuusers.de/Shell/Bash-Skripting-Guide_für_Anfänger/
* Cronjobs: https://www.stetic.com/developer/cronjob-linux-tutorial-und-crontab-syntax.html