summaryrefslogtreecommitdiff
path: root/shepherd
diff options
context:
space:
mode:
Diffstat (limited to 'shepherd')
-rw-r--r--shepherd/shepherd/init.d/redshift.scm10
1 files 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 <service>
- #: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")