fuel plugin: Initial version
[ovsnfv.git] / fuel-plugin-ovsnfv / deployment_scripts / puppet / modules / ovsdpdk / files / openvswitch-switch.conf
1 # vim: set ft=upstart ts=2 et:
2 description "Open vSwitch switch DPDK"
3
4 start on (local-filesystems and net-device-up IFACE=lo)
5 stop on runlevel [!2345]
6
7 pre-start script
8   /etc/init.d/ovs-dpdk start
9 end script
10
11 post-stop script
12   /etc/init.d/ovs-dpdk stop
13 end script