forked from pool/openvswitch
Dirk Mueller
72f5b750c6
- Tighten up openvswitch service ordering (bsc#968205). OBS-URL: https://build.opensuse.org/request/show/363332 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=77
14 lines
254 B
Desktop File
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
|