Also restart buildd2
authorPeter Palfrader <peter@palfrader.org>
Tue, 13 May 2014 09:50:04 +0000 (11:50 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 13 May 2014 09:50:09 +0000 (11:50 +0200)
modules/buildd/files/cron.d-dsa-buildd

index 55da996..0ad3a6b 100644 (file)
@@ -3,3 +3,4 @@
 ## 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
+@reboot buildd2 [ -f ~buildd2/NO-DAEMON-PLEASE ] && grep 'delete-on-boot' ~buildd2/NO-DAEMON-PLEASE > /dev/null && rm -f ~buildd2/NO-DAEMON-PLEASE && if [ -x ~buildd2/.bootscript ]; then ~buildd2/.bootscript; else buildd-watcher; fi