~ruther/guix-local

bcad46cde63d783c04adc8e6442156fbe047205c — Ludovic Courtès 2 years ago 43acd98
services: pagekite: Add ‘configuration’ action.

* gnu/services/networking.scm (pagekite-shepherd-service): Add ‘actions’
field.

Change-Id: I04daa846d505b0700b574a82472ecd99b492d7c4
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/services/networking.scm
M gnu/services/networking.scm => gnu/services/networking.scm +1 -0
@@ 1938,6 1938,7 @@ table inet filter {
       (documentation "Run the PageKite service.")
       (provision '(pagekite))
       (requirement '(networking))
       (actions (list (shepherd-configuration-action config-file)))
       (start #~(make-forkexec-constructor
                 (list #$pagekite
                       "--clean"