From f886626e84b99eacda30baf8ce3e2827e8bb6cc7 Mon Sep 17 00:00:00 2001 From: Ingar Date: Sun, 13 Feb 2022 13:14:40 +0100 Subject: Added systemd service files to control LED status during boot. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3