2014-05-20 16:03:31 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Open vSwitch
|
2016-03-02 20:15:13 +00:00
|
|
|
After=network-pre.target
|
|
|
|
Before=network.service
|
2014-05-20 16:03:31 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2016-03-29 19:53:05 +00:00
|
|
|
ExecStart=/usr/share/openvswitch/scripts/openvswitch-switch start
|
|
|
|
ExecStop=/usr/share/openvswitch/scripts/openvswitch-switch stop
|
2014-05-20 16:03:31 +00:00
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|