From be011ccff1c55d6d07a1d2259165c5a9ac75f9fa Mon Sep 17 00:00:00 2001 From: Ingar Date: Sun, 13 Feb 2022 16:13:10 +0100 Subject: Fixed systemd boot status handling. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5806a91..2777bb8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ install: install -m 744 ledctl.py /usr/bin/ledctl + ln -sf /usr/bin/ledctl /usr/lib/systemd/system-shutdown/ 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