
there's a spurious EC communication issue (driver/firmware bug?), and this is the easiest fix
15 lines
218 B
Desktop File
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
|