From 414f84070f7bd65c5acde3f88db5f80975fb69ce Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Mon, 15 Mar 2021 14:53:23 +0100 Subject: [PATCH] added a notice that users don't forget to add sxmo-setpermissions to their init system --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3564d12..de7523b 100644 --- a/Makefile +++ b/Makefile @@ -64,3 +64,5 @@ install: $(PROGRAMS) install -D programs/sxmo_megiaudioroute $(DESTDIR)$(PREFIX)/bin/ install -D programs/sxmo_vibratepine $(DESTDIR)$(PREFIX)/bin/ + echo "NOTICE: Do not forget to add sxmo-setpermissions to your init system, e.g. for openrc: rc-update add sxmo-setpermissions default && rc-service sxmo-setpermissions start" >&2 +