mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 17:16:01 +02:00
services: nar-herder: Fix the control options.
* gnu/services/guix.scm (nar-herder-shepherd-services): Fix the control server options. Change-Id: Iae17300f7ae6dffb0905936389b49032e763c401
This commit is contained in:
@@ -984,8 +984,10 @@ ca-certificates.crt file in the system profile."
|
||||
"--pid-file=/var/run/nar-herder/pid"
|
||||
#$(string-append "--port=" (number->string port))
|
||||
#$(string-append "--host=" host)
|
||||
#$(string-append "--control-port=" (number->string port))
|
||||
#$(string-append "--control-host=" host)
|
||||
#$(string-append "--control-port="
|
||||
(number->string control-port))
|
||||
#$(string-append "--control-host="
|
||||
control-host)
|
||||
#$@(if mirror
|
||||
(list (string-append "--mirror=" mirror))
|
||||
'())
|
||||
|
||||
Reference in New Issue
Block a user