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