[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
|
||||
|
||||
[Service]
|
||||
ExecStart=@bindir@/redshift-gtk
|
||||
ExecStart=redshift-gtk
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
[unit]
|
||||
description=redshift display colour temperature adjustment
|
||||
documentation=http://jonls.dk/redshift/
|
||||
after=display-manager.service
|
||||
[Unit]
|
||||
Description=redshift display colour temperature adjustment
|
||||
Documentation=http://jonls.dk/redshift/
|
||||
After=display-manager.service
|
||||
|
||||
[service]
|
||||
environment=display=:0
|
||||
execstart=/usr/bin/redshift
|
||||
restart=always
|
||||
[Service]
|
||||
Environment=display=:0
|
||||
ExecStart=/usr/bin/redshift
|
||||
Restart=always
|
||||
|
||||
[install]
|
||||
wantedby=default.target
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
Loading…
Reference in a new issue