guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54513] [PATCH] gnu: murmur-shepherd-service: Fix binary name


From: fesoj000
Subject: [bug#54513] [PATCH] gnu: murmur-shepherd-service: Fix binary name
Date: Mon, 21 Mar 2022 22:42:05 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

* gnu/services/telephony.scm: murmur-shepherd-service (start): fixed
binary path of mumble server, which is now called mumble-server instead
of murmurd since version 1.4.x
---
 gnu/services/telephony.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/telephony.scm b/gnu/services/telephony.scm
index e678bae87c..d09877aedf 100644
--- a/gnu/services/telephony.scm
+++ b/gnu/services/telephony.scm
@@ -961,7 +961,7 @@ (define (murmur-shepherd-service config)
          (requirement '(networking))
          (start #~(make-forkexec-constructor
                    '(#$(file-append (murmur-configuration-package config)
-                                    "/bin/murmurd")
+                                    "/bin/mumble-server")
                      "-ini"
                      #$(or (murmur-configuration-file config)
                            (default-murmur-config config)))
--
2.34.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]