Dirk Mueller
f3ed9feaf7
- Prevent systemd from autogenerating a service file for openvswitch-switch which conflicts with the opevswitch one. (bsc#966762) OBS-URL: https://build.opensuse.org/request/show/378276 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=82
14 lines
292 B
Desktop File
14 lines
292 B
Desktop File
[Unit]
|
|
Description=Open vSwitch
|
|
After=network-pre.target
|
|
Before=network.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/share/openvswitch/scripts/openvswitch-switch start
|
|
ExecStop=/usr/share/openvswitch/scripts/openvswitch-switch stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|