/etc/init/quantum-server.conf is in quantum-server 2012.1-0ubuntu4.
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 | description "Quantum server"
author "Chuck Short <zulcss@ubuntu.com>"
start on (filesystem and net-device-up IFACE!=lo)
stop on runlevel [016]
chdir /var/run
pre-start script
mkdir -p /var/run/quantum
chown quantum:root /var/run/quantum
end script
exec start-stop-daemon --start --chuid quantum --exec /usr/sbin/quantum-server
|