/etc/init/ebox.bind9.conf is in zentyal-dns 2.3.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | pre-start script
invoke-rc.d bind9 stop || true
modprobe capability >/dev/null 2>&1 || true
mkdir -p /var/run/named
chmod 775 /var/run/named
chown root:bind /var/run/named >/dev/null 2>&1 || true
end script
exec /usr/sbin/named -u bind -f
respawn
|