summarylogtreecommitdiffstats
path: root/hyperhdr-x11.systemd-user
blob: d3f9ef7c631a5b3439414a41d315697218153b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=HyperHDR ambient light systemd service
StartLimitIntervalSec=30s
StartLimitBurst=30

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

[Install]
WantedBy=default.target