summarylogtreecommitdiffstats
path: root/tp-auto-kbbl.service
diff options
context:
space:
mode:
authorlmbbrkr2020-11-01 20:31:22 +0200
committerlmbbrkr2020-11-01 20:31:22 +0200
commit1ac6f62323fa2d6ddd82aa193d9b6a88c88627c1 (patch)
treee09dd3a513a6d6f19a983acbf487a4816c9842ce /tp-auto-kbbl.service
downloadaur-tp-auto-kbbl.tar.gz
Initial PKGBUILD
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