Archived
1
0
Fork 0

services: pagekite: Add ‘configuration’ action.

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

Change-Id: I04daa846d505b0700b574a82472ecd99b492d7c4
This commit is contained in:
Ludovic Courtès 2023-11-11 16:10:38 +01:00
parent 43acd98e41
commit bcad46cde6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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