File: 0005-refer-to-openvswitch-switch.service-Closes-983097.patch

package info (click to toggle)
os-autoinst 5.1764330105.c5cfd48b-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 49,736 kB
  • sloc: perl: 24,670; cpp: 1,644; sh: 511; python: 232; makefile: 77; xml: 59
file content (26 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Philip Hands <phil@hands.com>
Date: Wed, 28 Sep 2022 13:32:52 +0200
Subject: refer to openvswitch-switch.service (Closes: #983097)

Original commit: 541cd2cf50a329725059f55297c5156d45a8609c

Forwarded: not-needed
---
 systemd/os-autoinst-openvswitch.service.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/systemd/os-autoinst-openvswitch.service.in b/systemd/os-autoinst-openvswitch.service.in
index 9cfc8e7..a2f5aa2 100644
--- a/systemd/os-autoinst-openvswitch.service.in
+++ b/systemd/os-autoinst-openvswitch.service.in
@@ -3,8 +3,8 @@
 # systemctl start os-autoinst-openvswitch.service
 [Unit]
 Description=os-autoinst openvswitch helper
-BindsTo=openvswitch.service
-After=openvswitch.service network.target
+BindsTo=openvswitch-switch.service
+After=openvswitch-switch.service network.target
 Before=openqa-worker.target
 
 [Service]