projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f50dc
)
add merged file
author
Sam Saffron
<sam.saffron@gmail.com>
Thu, 28 Nov 2013 03:24:02 +0000
(19:24 -0800)
committer
Sam Saffron
<sam.saffron@gmail.com>
Thu, 28 Nov 2013 03:24:02 +0000
(19:24 -0800)
templates/cron.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/cron.template.yml
b/templates/cron.template.yml
index 86d47a645a9bfef1a045c01b6ba7e11803dfac4c..60140c73eded9658b3846855839cc952961d0a5e 100644
(file)
--- 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