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 /buttonctl/Makefile | |
| parent | d368910ee1403ead0ffaa97d0b67a5ae84cd148c (diff) | |
Run systemctl daemon-reload at the end of make install.
Diffstat (limited to 'buttonctl/Makefile')
| -rw-r--r-- | buttonctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buttonctl/Makefile b/buttonctl/Makefile index fb8dc5f..7b8c933 100644 --- a/buttonctl/Makefile +++ b/buttonctl/Makefile @@ -1,4 +1,4 @@ install: install -m 744 buttond.py /usr/bin/buttond install -m 644 systemd/buttond.service /etc/systemd/system/buttond.service - systemd daemon-reload + systemctl daemon-reload |
