From: Peter Palfrader Date: Sat, 24 Oct 2009 18:33:00 +0000 (+0200) Subject: Run buildd-watcher on boot X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f5c61de2cecd15e8f79c8cc78744162fc6b268d2;p=mirror%2Fdsa-puppet.git Run buildd-watcher on boot --- diff --git a/modules/buildd/files/cron.d-dsa-buildd b/modules/buildd/files/cron.d-dsa-buildd index fee216ae2..9deb39f32 100644 --- a/modules/buildd/files/cron.d-dsa-buildd +++ b/modules/buildd/files/cron.d-dsa-buildd @@ -1 +1 @@ -@reboot buildd [ -f ~buildd/NO-DAEMON-PLEASE ] && grep 'delete-on-boot' ~buildd/NO-DAEMON-PLEASE > /dev/null && rm -f ~buildd/NO-DAEMON-PLEASE +@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