diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2020-06-14 09:23:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 09:23:15 -0700 |
commit | e8ff48cf11ed07c8a3d105bfe5381c4407b2e925 (patch) | |
tree | b59bb39f6dc5d4322501f046f7321639915635fe /data/systemd/redshift-gtk.service.in | |
parent | Merge branch 'pull/751' (diff) | |
parent | Add a FAQ entry on issues with running via systemd (diff) | |
download | redshift-ng-e8ff48cf11ed07c8a3d105bfe5381c4407b2e925.tar.gz redshift-ng-e8ff48cf11ed07c8a3d105bfe5381c4407b2e925.tar.bz2 redshift-ng-e8ff48cf11ed07c8a3d105bfe5381c4407b2e925.tar.xz |
Merge pull request #753 from WhyNotHugo/systemd-tweaks
Tweak systemd service files to avoid early startup failures
Diffstat (limited to 'data/systemd/redshift-gtk.service.in')
-rw-r--r-- | data/systemd/redshift-gtk.service.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/systemd/redshift-gtk.service.in b/data/systemd/redshift-gtk.service.in index 4675ccf..79e6165 100644 --- a/data/systemd/redshift-gtk.service.in +++ b/data/systemd/redshift-gtk.service.in @@ -1,11 +1,11 @@ [Unit] Description=Redshift display colour temperature adjustment (GUI) Documentation=http://jonls.dk/redshift/ -After=display-manager.service +After=graphical-session.target [Service] ExecStart=@bindir@/redshift-gtk Restart=always [Install] -WantedBy=default.target +WantedBy=graphical-session.target |