keylightd/etc/keylightd.service
Jonas Schievink 31be7e68a7 restart service on failure
there's a spurious EC communication issue
(driver/firmware bug?), and this is the easiest fix
2023-06-19 04:53:34 +02:00

15 lines
218 B
Desktop File

[Unit]
Description=Keyboard backlight daemon
StartLimitIntervalSec=500
StartLimitBurst=5
[Service]
Type=exec
ExecStart=/usr/local/bin/keylightd
Restart=on-failure
RestartSec=1s
[Install]
WantedBy=multi-user.target