aboutsummaryrefslogtreecommitdiffstats
path: root/data/systemd/redshift.service.in
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-24 07:12:12 +0100
committerMattias Andrée <m@maandree.se>2025-03-24 07:12:22 +0100
commitd641187ada94384ffcac28d4aff2d369d287d666 (patch)
treea15e1a635121f16fc0b1480ee37b35630b6df8d8 /data/systemd/redshift.service.in
parentChange w32gdi to wingdi to reflect what the method is called for the user (diff)
downloadredshift-ng-d641187ada94384ffcac28d4aff2d369d287d666.tar.gz
redshift-ng-d641187ada94384ffcac28d4aff2d369d287d666.tar.bz2
redshift-ng-d641187ada94384ffcac28d4aff2d369d287d666.tar.xz
Cleanup
systemd services are removed as they are fundamentally flawed Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'data/systemd/redshift.service.in')
-rw-r--r--data/systemd/redshift.service.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/data/systemd/redshift.service.in b/data/systemd/redshift.service.in
deleted file mode 100644
index aad31ca..0000000
--- a/data/systemd/redshift.service.in
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Redshift display colour temperature adjustment
-Documentation=http://jonls.dk/redshift/
-After=graphical-session.target
-
-[Service]
-ExecStart=@bindir@/redshift
-Restart=always
-
-[Install]
-WantedBy=graphical-session.target