diff options
| author | Stijn Buys <ingar@telenet.be> | 2022-02-27 23:42:04 +0100 |
|---|---|---|
| committer | Stijn Buys <ingar@telenet.be> | 2022-02-27 23:42:04 +0100 |
| commit | e6ef9ed4a3129da1e449f4f4f5e0d7719b8b04c5 (patch) | |
| tree | 2ed4fe3d524ceeb32b93d3405741a989831a5007 /ledctl | |
| parent | d368910ee1403ead0ffaa97d0b67a5ae84cd148c (diff) | |
Run systemctl daemon-reload at the end of make install.
Diffstat (limited to 'ledctl')
| -rw-r--r-- | ledctl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ledctl/Makefile b/ledctl/Makefile index 2777bb8..090ef1d 100644 --- a/ledctl/Makefile +++ b/ledctl/Makefile @@ -3,3 +3,4 @@ install: 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 + systemctl daemon-reload |
