[UPDATE][REDSHIFT] Remove invalid systemd syntax
This commit is contained in:
parent
eea74d7f95
commit
5f3825982a
|
@ -4,7 +4,7 @@ Documentation=http://jonls.dk/redshift/
|
||||||
After=display-manager.service
|
After=display-manager.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=@bindir@/redshift-gtk
|
ExecStart=redshift-gtk
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[unit]
|
[Unit]
|
||||||
description=redshift display colour temperature adjustment
|
Description=redshift display colour temperature adjustment
|
||||||
documentation=http://jonls.dk/redshift/
|
Documentation=http://jonls.dk/redshift/
|
||||||
after=display-manager.service
|
After=display-manager.service
|
||||||
|
|
||||||
[service]
|
[Service]
|
||||||
environment=display=:0
|
Environment=display=:0
|
||||||
execstart=/usr/bin/redshift
|
ExecStart=/usr/bin/redshift
|
||||||
restart=always
|
Restart=always
|
||||||
|
|
||||||
[install]
|
[Install]
|
||||||
wantedby=default.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in a new issue