diff options
| author | Ingar <ingar@telenet.be> | 2022-08-25 00:42:19 +0200 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2022-08-25 00:42:19 +0200 |
| commit | fbacdc78311265078f0baf7c1f8ddee4ec75a5c0 (patch) | |
| tree | 9a3607879722a873ec68740a6aaf6be4f644d53c /buttonctl/Makefile | |
| parent | c4193ba7e4fac1dfeae28e629f248ea97be43c15 (diff) | |
| parent | be644b94dc95c48608a5614a3de2f02d62321016 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'buttonctl/Makefile')
| -rw-r--r-- | buttonctl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buttonctl/Makefile b/buttonctl/Makefile new file mode 100644 index 0000000..7b8c933 --- /dev/null +++ b/buttonctl/Makefile @@ -0,0 +1,4 @@ +install: + install -m 744 buttond.py /usr/bin/buttond + install -m 644 systemd/buttond.service /etc/systemd/system/buttond.service + systemctl daemon-reload |
