mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'named' into 'main'
changing named logging See merge request glicid-public/guix-glicid!220
This commit is contained in:
commit
e4eee05ea7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append named-pkg "/sbin/named")
|
#$(file-append named-pkg "/sbin/named")
|
||||||
"-f"
|
"-g"
|
||||||
"-c" #$config-file
|
"-c" #$config-file
|
||||||
)
|
)
|
||||||
#:pid-file #$pid-file
|
#:pid-file #$pid-file
|
||||||
|
|
Loading…
Add table
Reference in a new issue