services: wakapi: Add configuration action.

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

@ -349,7 +349,8 @@ headers. This can expose sensitive information in your logs.")
(start #~(make-forkexec-constructor
(list #$(file-append wakapi "/bin/wakapi")
"-config" #$config-file)))
(stop #~(make-kill-destructor)))))))
(stop #~(make-kill-destructor))
(actions (list (shepherd-configuration-action config-file))))))))
(define home-wakapi-service-type
(service-type

Loading…
Cancel
Save