summaryrefslogtreecommitdiff
path: root/systemd/led-boot.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/led-boot.service')
-rw-r--r--systemd/led-boot.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/led-boot.service b/systemd/led-boot.service
new file mode 100644
index 0000000..5112f8b
--- /dev/null
+++ b/systemd/led-boot.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=ledctl to indicate boot in progress status.
+After=local-fs.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/ledctl boot
+
+[Install]
+WantedBy=multi-user.target