guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/12: services: pagekite: Add ‘configuration’ action.


From: guix-commits
Subject: 04/12: services: pagekite: Add ‘configuration’ action.
Date: Thu, 21 Dec 2023 18:36:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit bcad46cde63d783c04adc8e6442156fbe047205c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Nov 11 16:10:38 2023 +0100

    services: pagekite: Add ‘configuration’ action.
    
    * gnu/services/networking.scm (pagekite-shepherd-service): Add ‘actions’
    field.
    
    Change-Id: I04daa846d505b0700b574a82472ecd99b492d7c4
---
 gnu/services/networking.scm | 1 +
 1 file changed, 1 insertion(+)

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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]