Remove garbage files
[openstack-build/neutron-build.git] / rpm / SOURCES / quantum-l3-agent.upstart
1 description "OpenStack Quantum Layer 3 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-l3-agent --log-file /var/log/quantum/l3-agent.log --config-file /etc/quantum/quantum.conf --config-file /etc/quantum/l3_agent.ini" quantum