mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-13 01:24:57 +00:00
services: wakapi: Add configuration action.
* rosenthal/services/child-error.scm (home-wakapi-shepherd-service)[actions]: Add configuration action.
This commit is contained in:
parent
59bf0214ba
commit
bb3538a937
@ -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…
Reference in New Issue
Block a user