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