diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-11-11 16:10:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-12-22 00:31:41 +0100 |
commit | bcad46cde63d783c04adc8e6442156fbe047205c (patch) | |
tree | 0be78aefdd6461b093d1493092a3637f52555f69 /gnu/services | |
parent | 43acd98e4133074598b826f5406b4a3e58ffb3b6 (diff) |
services: pagekite: Add ‘configuration’ action.
* gnu/services/networking.scm (pagekite-shepherd-service): Add ‘actions’
field.
Change-Id: I04daa846d505b0700b574a82472ecd99b492d7c4
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/networking.scm | 1 |
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" |