summarylogtreecommitdiffstats
path: root/hyperion.systemd-user
blob: 40665c1da319927238f55d4c1145d6e52c2dbe5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Hyperion ambient light systemd service
Documentation=https://docs.hyperion-project.org
StartLimitIntervalSec=30s
StartLimitBurst=30

[Service]
Environment=DISPLAY=:0
ExecStartPre=xrandr --listactivemonitors
ExecStart=/usr/bin/hyperiond
WorkingDirectory=/usr/share/hyperion
TimeoutStopSec=5
KillMode=mixed
Restart=always
RestartSec=10


[Install]
WantedBy=default.target