SHA256
1
0
forked from pool/openvswitch

Accepting request 363332 from home:k_mroz:branches:network

- 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
This commit is contained in:
Dirk Mueller 2016-03-02 20:15:13 +00:00 committed by Git OBS Bridge
parent 8e025c5303
commit 72f5b750c6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 1 08:43:19 UTC 2016 - kmroz@suse.com
- Tighten up openvswitch service ordering (bsc#968205).
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 24 15:23:20 UTC 2016 - kmroz@suse.com Wed Feb 24 15:23:20 UTC 2016 - kmroz@suse.com

View File

@ -1,6 +1,7 @@
[Unit] [Unit]
Description=Open vSwitch Description=Open vSwitch
After=syslog.target network.target After=network-pre.target
Before=network.service
[Service] [Service]
Type=oneshot Type=oneshot