SHA256
1
0
forked from pool/openvswitch
openvswitch/openvswitch.service

14 lines
254 B
Desktop File

[Unit]
Description=Open vSwitch
After=network-pre.target
Before=network.service
[Service]
Type=oneshot
ExecStart=/etc/init.d/openvswitch-switch start
ExecStop=/etc/init.d/openvswitch-switch stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target