add build branch
[openstack-build/neutron-build.git] / rpm / SOURCES / quantum-dhcp-agent.upstart
1 description "OpenStack Quantum DHCP Agent"
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-dhcp-agent --log-file /var/log/quantum/dhcp-agent.log --config-file /etc/quantum/quantum.conf --config-file /etc/quantum/dhcp_agent.ini" quantum