diff options
| author | Ingar <ingar@telenet.be> | 2022-02-13 16:13:10 +0100 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2022-02-13 16:13:10 +0100 |
| commit | be011ccff1c55d6d07a1d2259165c5a9ac75f9fa (patch) | |
| tree | 8b26e73fc1b05ab41cd501efd238690f1e656d07 /Makefile | |
| parent | f886626e84b99eacda30baf8ce3e2827e8bb6cc7 (diff) | |
Fixed systemd boot status handling.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
