aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-redshift.service
blob: fe996e9c735d7a80e2173470a18b29e16a6e80f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run redshift
After=graphical-session.target
Requires=graphical-session.target

[Service]
Type=exec
ExecStart=redshift -l 51.50:4.59 -t 6500:3500

[Install]
WantedBy=graphical-session.target