Add template for including Chrome and ChromeDriver
[discourse_docker.git] / templates / cron.template.yml
index f98de082680183e4e0500d678c7a375461ae7790..9f34c231245e755715e510feb4746ea37947cfb3 100644 (file)
@@ -1,23 +1,4 @@
 run:
-  - file:
-     path: /etc/service/cron/run
-     chmod: "+x"
-     contents: |
-        #!/bin/bash
-        exec 2>&1
-        cd /
-        exec cron -f
-  - file:
-     path: /etc/service/rsyslog/run
-     chmod: "+x"
-     contents: |
-        #!/bin/bash
-        exec 2>&1
-        cd /
-        exec rsyslogd -n
-
   - exec:
       hook: cron
-      cmd: echo cron installed
-  - exec:
-      cmd: apt-get -y install rsyslog
+      cmd: echo cron is now included in base image, remove from templates