services: clash: Add configuration action.

* rosenthal/services/child-error.scm (clash-shepherd-service)[actions]: Add
configuration action.
pull/2/head
Hilton Chain 12 months ago
parent eda1456a74
commit 7944d2b25c
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 5
      rosenthal/services/child-error.scm

@ -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…
Cancel
Save