Commit 8f8a3a1d authored by Łukasz Nowak's avatar Łukasz Nowak

Various cron/logrotate fixes.Various cron/logrotate fixes.

parent fde76f75
......@@ -45,7 +45,7 @@ repozo-wrapper = $${buildout:bin-directory}/tidstorage-repozo
[cron-entry-tidstorage-backup]
<= cron
recipe = slapos.cookbook:cron.d
name = logrotate
name = tidstorage
frequency = 0 0 * * *
command = $${tidstorage:repozo-wrapper}
......
......@@ -38,5 +38,5 @@ runzope-binary = ${buildout:bin-directory}/runzope
<= logrotate
recipe = slapos.cookbook:logrotate.d
name = zope
log = $${%(zope_id)s:event-log} $${%(zope_id)ss:z2-log}
log = $${%(zope_id)s:event-log} $${%(zope_id)s:z2-log}
post = ${buildout:bin-directory}/killpidfromfile $${%(zope_id)s:pid-file} SIGUSR2
......@@ -88,14 +88,14 @@ mode = 0644
[template-snippet-master]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/snippet-master.cfg
md5sum = 31c936fd165ffcd1f0b1ba0141f703a9
md5sum = 344e3a2c3a1fda781c9be1dd751abd09
output = ${buildout:directory}/template-snippet-master.cfg
mode = 0644
[template-snippet-zope]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/snippet-zope.cfg
md5sum = 559e53e669d7255f11527ed47ae0b244
md5sum = ff7a17bd6b74471ab7060d77cba2453e
output = ${buildout:directory}/template-snippet-zope.cfg
mode = 0644
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment