„README.md“ ändern
This commit is contained in:
parent
fe611abc78
commit
75f9d06ec3
|
@ -34,7 +34,10 @@ However, due to the way the QNAP firmware updates crontab, it will be overwritte
|
||||||
```
|
```
|
||||||
vim /etc/config/crontab
|
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
|
## Gute Quellen
|
||||||
* Bash-Skripte: https://wiki.ubuntuusers.de/Shell/Bash-Skripting-Guide_für_Anfänger/
|
* 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
|
* Cronjobs: https://www.stetic.com/developer/cronjob-linux-tutorial-und-crontab-syntax.html
|
Loading…
Reference in New Issue