guix-commits
[Top][All Lists]
Advanced

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

11/12: home: services: redshift: Add 'configuration' action.


From: guix-commits
Subject: 11/12: home: services: redshift: Add 'configuration' action.
Date: Fri, 18 Nov 2022 09:49:15 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 8b56983999657b52f9023c767428e338eb0f21f0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Nov 11 19:05:50 2022 +0100

    home: services: redshift: Add 'configuration' action.
    
    * gnu/home/services/shepherd.scm: Re-export
    'shepherd-configuration-action'.
    * gnu/home/services/desktop.scm (redshift-shepherd-service): Add
    'actions' field.
---
 gnu/home/services/desktop.scm  | 3 ++-
 gnu/home/services/shepherd.scm | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm
index 1ebfb14f3c..cb25b03b64 100644
--- a/gnu/home/services/desktop.scm
+++ b/gnu/home/services/desktop.scm
@@ -165,7 +165,8 @@ format."))
          (start #~(make-forkexec-constructor
                    (list #$(file-append redshift "/bin/redshift")
                          "-c" #$config-file)))
-         (stop #~(make-kill-destructor)))))
+         (stop #~(make-kill-destructor))
+         (actions (list (shepherd-configuration-action config-file))))))
 
 (define home-redshift-service-type
   (service-type
diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm
index d2a803279f..1a70a220f0 100644
--- a/gnu/home/services/shepherd.scm
+++ b/gnu/home/services/shepherd.scm
@@ -45,7 +45,8 @@
                shepherd-service-auto-start?
                shepherd-service-modules
 
-               shepherd-action))
+               shepherd-action
+               shepherd-configuration-action))
 
 (define-record-type* <home-shepherd-configuration>
   home-shepherd-configuration make-home-shepherd-configuration



reply via email to

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