aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-redshift.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/dapp-bg-redshift.service')
-rw-r--r--.config/systemd/user/dapp-bg-redshift.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/systemd/user/dapp-bg-redshift.service b/.config/systemd/user/dapp-bg-redshift.service
index 19dc3f7..fe996e9 100644
--- a/.config/systemd/user/dapp-bg-redshift.service
+++ b/.config/systemd/user/dapp-bg-redshift.service
@@ -1,11 +1,11 @@
[Unit]
Description=Run redshift
-PartOf=graphical-session.target
-After=wman.target
+After=graphical-session.target
+Requires=graphical-session.target
[Service]
Type=exec
ExecStart=redshift -l 51.50:4.59 -t 6500:3500
[Install]
-WantedBy=wman.target
+WantedBy=graphical-session.target