]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/buildd/files/cron.d-dsa-buildd
decommission krenek
[dsa-puppet.git] / modules / buildd / files / cron.d-dsa-buildd
index 9deb39f32a02586155389ab4dc41bc4ed40d7f80..55da9964470f153098d0dfefac964ab5ff09db4c 100644 (file)
@@ -1 +1,5 @@
-@reboot buildd [ -f ~buildd/NO-DAEMON-PLEASE ] && grep 'delete-on-boot' ~buildd/NO-DAEMON-PLEASE > /dev/null && rm -f ~buildd/NO-DAEMON-PLEASE && buildd-watcher
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+@reboot buildd [ -f ~buildd/NO-DAEMON-PLEASE ] && grep 'delete-on-boot' ~buildd/NO-DAEMON-PLEASE > /dev/null && rm -f ~buildd/NO-DAEMON-PLEASE && if [ -x ~buildd/.bootscript ]; then ~buildd/.bootscript; else buildd-watcher; fi