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

[Service]
ExecStartPre=/bin/sh -c 'systemctl --user show-environment | grep WAYLAND_DISPLAY'
ExecStart=/bin/sh -c 'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/hyperhdr /usr/bin/hyperhdr'
WorkingDirectory=/usr/share/hyperhdr
TimeoutStopSec=5
KillMode=mixed
Restart=always
RestartSec=10

[Install]
WantedBy=default.target