mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-10 08:54:36 +00:00
services: clash: Add configuration action.
* rosenthal/services/child-error.scm (clash-shepherd-service)[actions]: Add configuration action.
This commit is contained in:
parent
eda1456a74
commit
7944d2b25c
@ -114,7 +114,10 @@
|
||||
#:user "clash"
|
||||
#:group "clash"
|
||||
#:log-file #$log-file))
|
||||
(stop #~(make-kill-destructor))))))
|
||||
(stop #~(make-kill-destructor))
|
||||
(actions
|
||||
(list (shepherd-configuration-action
|
||||
(string-append data-directory "/config.yaml"))))))))
|
||||
|
||||
(define clash-service-type
|
||||
(service-type
|
||||
|
Loading…
Reference in New Issue
Block a user