diff options
| author | Ingar <ingar@telenet.be> | 2022-02-27 11:57:52 +0100 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2022-02-27 11:57:52 +0100 |
| commit | ec67080ce93e16fa838a83cc3968bbbe3bc6d485 (patch) | |
| tree | 88beb9312a6c34712e3b9b18d0d96726ce4a8996 /ledctl/Makefile | |
| parent | 7902738ef38e30c5275feee2fec78d3c39ff7c93 (diff) | |
Preparing the repository to hold all charmpi tools.
Diffstat (limited to 'ledctl/Makefile')
| -rw-r--r-- | ledctl/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ledctl/Makefile b/ledctl/Makefile new file mode 100644 index 0000000..2777bb8 --- /dev/null +++ b/ledctl/Makefile @@ -0,0 +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 |
