summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2022-02-13 13:14:40 +0100
committerIngar <ingar@telenet.be>2022-02-13 13:14:40 +0100
commitf886626e84b99eacda30baf8ce3e2827e8bb6cc7 (patch)
tree08a49193a75155b75b1ec582c570a933479c3317 /Makefile
parentff5568b707349d452350f7a37a9bdb89d6213ff0 (diff)
Added systemd service files to control LED status during boot.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6e8c118..5806a91 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,6 @@
install:
install -m 744 ledctl.py /usr/bin/ledctl
+ install -m 644 systemd/led-boot.service /etc/systemd/system/led-boot.service
+ install -m 644 systemd/led-ready.service /etc/systemd/system/led-ready.service
+ install -m 644 systemd/led-reboot.service /etc/systemd/system/led-reboot.service
+ install -m 644 systemd/led-shutdown.service /etc/systemd/system/led-shutdown.service