aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/redshift.service
blob: e18f1e42f47e2bb38ceb15d0f11f257f5b5c66e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Redshift

[Service]
Type=simple
ExecStart=/usr/bin/env redshift
Restart=always
RestartSec=5s
SyslogIdentifier=redshift

[Install]
WantedBy=default.target