GNU bug report logs -
#73494
[PATCH 0/2] tmpfs /run.
Previous Next
Full log
Message #164 received at 73494 <at> debbugs.gnu.org (full text, mbox):
From: Zheng Junjie <z572 <at> z572.online>
TODO: Investigate why this is needed. Do not commit.
Change-Id: I6996b5627d732d1c261ae453da5d0916637b0288
Signed-off-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
---
gnu/tests/telephony.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/tests/telephony.scm b/gnu/tests/telephony.scm
index f03ea963f7..219cb42164 100644
--- a/gnu/tests/telephony.scm
+++ b/gnu/tests/telephony.scm
@@ -30,6 +30,7 @@ (define-module (gnu tests telephony)
#:use-module (gnu services telephony)
#:use-module (guix gexp)
#:use-module (guix modules)
+ #:use-module (gnu services shepherd)
#:export (%test-jami
%test-jami-provisioning
%test-jami-provisioning-partial))
@@ -116,7 +117,9 @@ (define* (make-jami-os #:key provisioning? partial?)
(openssh-configuration
(permit-root-login #t)
(allow-empty-passwords? #t)))
- %base-services))
+ (service syslog-service-type)
+ (modify-services %base-services
+ (delete shepherd-system-log-service-type))))
(packages (cons* (specification->package "recutils")
(specification->package "strace")
%base-packages))))
--
2.49.0
This bug report was last modified 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.