mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
removing debug from rsyslog See merge request glicid-public/guix-glicid!189
This commit is contained in:
commit
d5130269bf
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 rsyslog-pkg "/sbin/rsyslogd")
|
#$(file-append rsyslog-pkg "/sbin/rsyslogd")
|
||||||
"-dn"
|
"-n"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
"-i" #$pid-file
|
"-i" #$pid-file
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue