mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' of gitlab.univ-nantes.fr:glicid-public/guix-glicid into devel
This commit is contained in:
commit
432535d527
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
(($ <rsyslog-configuration> rsyslog-pkg config-file pid-file log-file )
|
||||
(list
|
||||
(shepherd-service
|
||||
(provision '(rsyslog))
|
||||
(provision '(syslogd))
|
||||
(documentation "Run rsyslog.")
|
||||
(requirement '(user-processes))
|
||||
(respawn? #t)
|
||||
|
@ -41,7 +41,6 @@
|
|||
#:log-file #$log-file ))
|
||||
(stop #~(make-kill-destructor)))))))
|
||||
|
||||
|
||||
(define %rsyslog-activation
|
||||
#~(begin
|
||||
(mkdir-p "/var/run/rsyslog")
|
||||
|
|
Loading…
Add table
Reference in a new issue