keylightd/etc/keylightd.service

16 lines
218 B
SYSTEMD
Raw Normal View History

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