summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-11-11 16:10:38 +0100
committerLudovic Courtès <ludo@gnu.org>2023-12-22 00:31:41 +0100
commitbcad46cde63d783c04adc8e6442156fbe047205c (patch)
tree0be78aefdd6461b093d1493092a3637f52555f69
parent43acd98e4133074598b826f5406b4a3e58ffb3b6 (diff)
downloadguix-bcad46cde63d783c04adc8e6442156fbe047205c.tar.gz
services: pagekite: Add ‘configuration’ action.
* gnu/services/networking.scm (pagekite-shepherd-service): Add ‘actions’
field.

Change-Id: I04daa846d505b0700b574a82472ecd99b492d7c4
-rw-r--r--gnu/services/networking.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index d3376f9acb..7c114fa53c 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -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"