summaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/ledsoff.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/ledsoff.service')
-rw-r--r--.config/systemd/user/ledsoff.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/user/ledsoff.service b/.config/systemd/user/ledsoff.service
new file mode 100644
index 0000000..0e184cf
--- /dev/null
+++ b/.config/systemd/user/ledsoff.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Turn verious LEDs off at startup
+
+[Service]
+Type=oneshot
+ExecStart=/home/justin/.local/bin/ledsoff
+
+[Install]
+WantedBy=default.target