add build branch
[openstack-build/neutron-build.git] / rpm / SOURCES / quantum-server.upstart
1 description "OpenStack Quantum Server"
2
3 start on stopped rc RUNLEVEL=[2345]
4 stop on runlevel [S016]
5
6 respawn
7
8 exec su -s /bin/sh -c "exec /usr/bin/quantum-server --config-file /etc/quantum/quantum.conf --config-file /etc/quantum/plugin.ini --log-file /var/log/quantum/server.log" quantum