From 6f87a0b85e6cc43af6b188a8d7fcd56fd3f5a886 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 19 Dec 2024 13:55:25 +0100 Subject: shepherd: redshift: move to new api --- shepherd/shepherd/init.d/redshift.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shepherd/shepherd/init.d/redshift.scm b/shepherd/shepherd/init.d/redshift.scm index d17474f..505f540 100644 --- a/shepherd/shepherd/init.d/redshift.scm +++ b/shepherd/shepherd/init.d/redshift.scm @@ -1,9 +1,9 @@ (define redshift - (make - #:provides '(redshift) - #:docstring "Redshift adjusts the color temperature of your screen - according to your surroundings. This may help your eyes hurt less if you are - working in front of the screen at night." + (service + '(redshift) + #:documentation "Redshift adjusts the color temperature of your screen +according to your surroundings. This may help your eyes hurt less if you are +working in front of the screen at night." #:start (make-forkexec-constructor '("redshift") #:log-file (string-append (or (getenv "XDG_CONFIG_HOME") -- cgit v1.2.3