summarylogtreecommitdiffstats
path: root/hyperhdr-x11.systemd-user
blob: 4d8d6658909c15b6e8678d9eb924f8edd53d8c74 (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=control-group
Restart=always
RestartSec=10

[Install]
WantedBy=default.target