From 6316722fca28b1f1215eeb96a6db0cf03ac277e5 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Wed, 27 Nov 2013 19:24:02 -0800 Subject: [PATCH] add merged file --- templates/cron.template.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/cron.template.yml b/templates/cron.template.yml index 86d47a6..60140c7 100644 --- a/templates/cron.template.yml +++ b/templates/cron.template.yml @@ -6,7 +6,16 @@ run: #!/bin/bash exec 2>&1 cd / - exec cron + 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 -- 2.25.1