Upstart job for BIND9
Tue, 04 Dec 2012 15:05:36 -0800 Post Comments
Hi Alexander,
Actually, you don't need either. If you start BIND with the "-f" option,
it remains in the foreground, and this is the best way to run daemons
under upstart (and also OSX's launchd). See below.
Replace this with "exec /usr/sbin/named -f -u bind"
Remove this "expect fork".
Regards,
Anand Buddhdev
RIPE NCC
Actually, you don't need either. If you start BIND with the "-f" option,
it remains in the foreground, and this is the best way to run daemons
under upstart (and also OSX's launchd). See below.
Replace this with "exec /usr/sbin/named -f -u bind"
Remove this "expect fork".
Regards,
Anand Buddhdev
RIPE NCC
