Merge branch 'devel' into 'main'

removing debug from rsyslog

See merge request glicid-public/guix-glicid!189
This commit is contained in:
Jean-François GUILLAUME 2023-01-10 14:07:25 +00:00
commit d5130269bf

View file

@ -33,7 +33,7 @@
(start #~(make-forkexec-constructor
(list
#$(file-append rsyslog-pkg "/sbin/rsyslogd")
"-dn"
"-n"
"-f" #$config-file
"-i" #$pid-file
)