adding rsyslog service

This commit is contained in:
Jean-François GUILLAUME 2023-01-04 16:06:40 +01:00
parent 23a5f80003
commit a34cf8c656
GPG key ID: 38751DAE145EFB5A

View file

@ -32,7 +32,7 @@
(respawn? #t) (respawn? #t)
(start #~(make-forkexec-constructor (start #~(make-forkexec-constructor
(list (list
#$(file-append pkg "/sbin/rsyslog") #$(file-append rsyslog-pkg "/sbin/rsyslog")
"-f" #$config-file "-f" #$config-file
"-n" "-n"
) )