all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54513] [PATCH] gnu: murmur-shepherd-service: Fix binary name
@ 2022-03-21 21:42 fesoj000
  2022-03-23 20:01 ` Liliana Marie Prikler
  2022-03-24 11:47 ` bug#54513: " Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: fesoj000 @ 2022-03-21 21:42 UTC (permalink / raw)
  To: 54513

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-24 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 21:42 [bug#54513] [PATCH] gnu: murmur-shepherd-service: Fix binary name fesoj000
2022-03-23 20:01 ` Liliana Marie Prikler
2022-03-24 11:47 ` bug#54513: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.