~ruther/guix-local

1fa038324db0c7f848b5640f81465366c2a587ba — Ludovic Courtès 3 years ago 70677d8
services: knot: Add 'configuration' action.

* gnu/services/dns.scm (knot-shepherd-service): Add 'actions' field.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/services/dns.scm
M gnu/services/dns.scm => gnu/services/dns.scm +1 -0
@@ 622,6 622,7 @@
            (documentation "Run the Knot DNS daemon.")
            (provision '(knot dns))
            (requirement '(networking))
            (actions (list (shepherd-configuration-action config-file)))
            (start #~(make-forkexec-constructor
                       (list (string-append #$knot "/sbin/knotd")
                             "-c" #$config-file)))