removing debug from rsyslog

This commit is contained in:
Jean-François GUILLAUME 2023-01-10 15:06:56 +01:00
parent 6fe3c6a941
commit e1a9f27609
GPG key ID: 38751DAE145EFB5A

View file

@ -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
) )