e09bfc89b761b42ced4e1bf51e33a8777d02015b
[openstack-build/neutron-build.git] / rpm / SOURCES / neutron-l3-agent.upstart
1 description "OpenStack Neutron 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/neutron-l3-agent --log-file /var/log/neutron/l3-agent.log --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini" neutron