summaryrefslogtreecommitdiffstats
path: root/fuel-plugin-ovsnfv/deployment_scripts/puppet/modules/ovsdpdk/files/openvswitch.service
blob: f46f9c7a5e2c9e163049aba781bd57eda7ce07f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Open vSwitch with DPDK

[Service]
Type=oneshot
ExecStart=/etc/init.d/ovs-dpdk start
ExecStop=/etc/init.d/ovs-dpdk stop
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target