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'
adding rsyslog service See merge request glicid-public/guix-glicid!177
This commit is contained in:
commit
1e8eea07a0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue