080f0b857b24254faf9f144f52b737c98756606e
[openstack-build/neutron-build.git] / rpm / SOURCES / neutron-openvswitch-agent.upstart
1 description "OpenStack Neutron Open vSwitch 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-openvswitch-agent --log-file /var/log/neutron/openvswitch-agent.log --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini" neutron