summarylogtreecommitdiffstats
path: root/tp-auto-kbbl.service
blob: 58e03f0b1a6089d5672788258692154eb962a2d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Auto toggle keyboard backlight
Documentation=https://github.com/saibotd/tp-auto-kbbl
After=dbus.service

[Service]
Type=simple
EnvironmentFile=-/etc/conf.d/tp-auto-kbbl
ExecStart=/usr/bin/tp-auto-kbbl $TP_AUTO_KBBL_ARGS
Restart=always

[Install]
WantedBy=multi-user.target