2023-04-20 21:04:10 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Keyboard backlight daemon
|
|
|
|
|
2023-06-19 04:53:34 +02:00
|
|
|
StartLimitIntervalSec=500
|
|
|
|
StartLimitBurst=5
|
|
|
|
|
2023-04-20 21:04:10 +02:00
|
|
|
[Service]
|
|
|
|
Type=exec
|
|
|
|
ExecStart=/usr/local/bin/keylightd
|
|
|
|
|
2023-06-19 04:53:34 +02:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=1s
|
|
|
|
|
2023-04-20 21:04:10 +02:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|