forked from pool/openvswitch
13 lines
241 B
SYSTEMD
13 lines
241 B
SYSTEMD
|
[Unit]
|
||
|
Description=Open vSwitch
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/etc/init.d/openvswitch-switch start
|
||
|
ExecStop=/etc/init.d/openvswitch-switch stop
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|