From bfd2507a498aacc36ab185d18bf7a9d79b59914a Mon Sep 17 00:00:00 2001 From: Sebastian Wiesendahl Date: Fri, 8 Mar 2019 16:14:51 +0100 Subject: [PATCH] add hint for system cron file --- FAQ-and-Tips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ-and-Tips.md b/FAQ-and-Tips.md index 2aa6af3..a69d9aa 100644 --- a/FAQ-and-Tips.md +++ b/FAQ-and-Tips.md @@ -72,7 +72,7 @@ If you run the server with docker-compose, you can leverage on docker configs an The following config works nicely: -create a crontab file: +create a system cron file: ```sh # in the docker-compose.yml root directory mkdir cron @@ -81,7 +81,7 @@ chown root:root cron/sa-learn chmod 0644 cron/sa-learn ``` -edit the crontab file `nano cron/sa-learn`: +edit the system cron file `nano cron/sa-learn`: ``` # This assumes you're having `environment: ONE_DIR=1` in the docker-compose.yml, # with a consolidated config in `/var/mail-state`