From 75f9d06ec3d349fde250faf3f0f6ac123f2497b7 Mon Sep 17 00:00:00 2001 From: bmen Date: Mon, 23 Sep 2019 19:22:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae3fe4b..0d266f4 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file