/etc/init/maas-pserv.conf is in maas 0.1+bzr482+dfsg-0ubuntu1.
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 | # maas-pserv - provisioning service
#
# MAAS Provisioning Service
description "MAAS"
author "Andres Rodriguez <andres.rodriguez@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/twistd -n --uid=maas --gid=maas --pidfile=/run/maas-pserv.pid --logfile=/dev/null maas-pserv --config-file=/etc/maas/pserv.yaml
|