Merge branch 'devel' into 'main'

adding rsyslog service

See merge request glicid-public/guix-glicid!177
This commit is contained in:
Jean-François GUILLAUME 2023-01-04 15:07:01 +00:00
commit 1e8eea07a0

View file

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