Move syslog into its own template, not cron
[discourse_docker.git] / templates / cron.template.yml
index 86d47a645a9bfef1a045c01b6ba7e11803dfac4c..259954a9295359b229be2737f1b914ffa20baa59 100644 (file)
@@ -6,8 +6,7 @@ run:
         #!/bin/bash
         exec 2>&1
         cd /
-        exec cron
+        exec cron -f
   - exec:
       hook: cron
       cmd: echo cron installed
-