Move syslog into its own template, not cron
[discourse_docker.git] / templates / cron.template.yml
CommitLineData
9fb5f2d3
SS
1run:
2 - file:
3 path: /etc/service/cron/run
4 chmod: "+x"
5 contents: |
6 #!/bin/bash
7 exec 2>&1
8 cd /
6316722f 9 exec cron -f
9fb5f2d3
SS
10 - exec:
11 hook: cron
12 cmd: echo cron installed