/etc/init/cobbler.conf is in cobbler 2.2.2-0ubuntu33.
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 11 12 13 14 | # cobbler - provisioning service
#
# Cobbler is a provisioning service
description "Cobbler"
author "Dustin Kirkland <kirkland@canonical.com>"
start on filesystem and net-device-up
stop on runlevel [016]
respawn
# To add options to your daemon, edit the line below:
exec /usr/bin/cobblerd --no-daemonize
|