fuel plugin: Initial version
[ovsnfv.git] / fuel-plugin-ovsnfv / deployment_scripts / puppet / modules / ovsdpdk / files / openvswitch.service
1 [Unit]
2 Description=Open vSwitch with DPDK
3
4 [Service]
5 Type=oneshot
6 ExecStart=/etc/init.d/ovs-dpdk start
7 ExecStop=/etc/init.d/ovs-dpdk stop
8 RemainAfterExit=yes
9
10 [Install]
11 WantedBy=multi-user.target