[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: services: Open vSwitch: Depend on 'user-processes' target.
From: |
guix-commits |
Subject: |
09/09: services: Open vSwitch: Depend on 'user-processes' target. |
Date: |
Fri, 8 Sep 2023 06:56:20 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 0fbeeee7e9f173b9e3143eb460a1102b9ea71533
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 8 11:36:49 2023 +0800
services: Open vSwitch: Depend on 'user-processes' target.
* gnu/services/networking.scm
(openvswitch-shepherd-service)[ovsdb](requirement):
Add user-processes.
---
gnu/services/networking.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 5657b141d9..e2f6e6c0ca 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -1709,6 +1709,7 @@ simulation."
(ovs-vswitchd (file-append package "/sbin/ovs-vswitchd")))
(list (shepherd-service
(provision '(ovsdb))
+ (requirement '(user-processes))
(documentation "Run the Open vSwitch database server.")
(start #~(make-forkexec-constructor
(list #$ovsdb-server "--pidfile"
- branch master updated (d4645d5d25 -> 0fbeeee7e9), guix-commits, 2023/09/08
- 01/09: gnu: ganeti: Fix build., guix-commits, 2023/09/08
- 04/09: gnu: drbd-utils: Update to 9.25.0., guix-commits, 2023/09/08
- 06/09: gnu: iputils: Update to 20221126., guix-commits, 2023/09/08
- 02/09: services: ganeti: Fix tests., guix-commits, 2023/09/08
- 07/09: gnu: iputils: Use new style., guix-commits, 2023/09/08
- 09/09: services: Open vSwitch: Depend on 'user-processes' target.,
guix-commits <=
- 08/09: gnu: openvswitch: Update to 3.2.0., guix-commits, 2023/09/08
- 03/09: gnu: varnish: Update to 7.3.0., guix-commits, 2023/09/08
- 05/09: gnu: python-bitarray: Update to 2.8.1., guix-commits, 2023/09/08