redshift service
This commit is contained in:
parent
5afa68ea7f
commit
88420ee327
1 changed files with 12 additions and 0 deletions
12
.config/systemd/user/redshift.service
Normal file
12
.config/systemd/user/redshift.service
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Redshift display colour temperature adjustment
|
||||||
|
Documentation=http://jonls.dk/redshift/
|
||||||
|
After=display-manager.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/redshift
|
||||||
|
Restart=always
|
||||||
|
RestartSec=10
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Add table
Reference in a new issue