summarylogtreecommitdiffstats
path: root/tp-auto-kbbl.service
diff options
context:
space:
mode:
Diffstat (limited to 'tp-auto-kbbl.service')
-rw-r--r--tp-auto-kbbl.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/tp-auto-kbbl.service b/tp-auto-kbbl.service
new file mode 100644
index 000000000000..58e03f0b1a60
--- /dev/null
+++ b/tp-auto-kbbl.service
@@ -0,0 +1,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