aboutsummaryrefslogtreecommitdiffstats
path: root/data/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'data/systemd')
-rw-r--r--data/systemd/redshift-gtk.service.in11
-rw-r--r--data/systemd/redshift.service.in11
2 files changed, 0 insertions, 22 deletions
diff --git a/data/systemd/redshift-gtk.service.in b/data/systemd/redshift-gtk.service.in
deleted file mode 100644
index 79e6165..0000000
--- a/data/systemd/redshift-gtk.service.in
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Redshift display colour temperature adjustment (GUI)
-Documentation=http://jonls.dk/redshift/
-After=graphical-session.target
-
-[Service]
-ExecStart=@bindir@/redshift-gtk
-Restart=always
-
-[Install]
-WantedBy=graphical-session.target
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