From e6ef9ed4a3129da1e449f4f4f5e0d7719b8b04c5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 27 Feb 2022 23:42:04 +0100 Subject: Run systemctl daemon-reload at the end of make install. --- buttonctl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buttonctl/Makefile') 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 -- cgit v1.2.3