forked from pool/openvswitch
Dirk Mueller
eea0bd7b75
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=63
13 lines
241 B
Desktop File
13 lines
241 B
Desktop File
[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
|