This is a leftover init script from the official buildd package, our
setup uses cron to (re)start the build daemon.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
content => "*/5 * * * * root /usr/local/sbin/buildd-schroot-aptitude-kill\n",
}
+ service { 'buildd':
+ enable = false,
+ ensure => 'stopped',
+ }
+
if $has_srv_buildd {
file { '/etc/cron.d/puppet-update-buildd-schroots':
content => "13 21 * * 0,3 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin setup-all-dchroots buildd\n",