From 1ec3f672e02ceea5b40d019989f7d2e0e1a4e3db Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Fri, 27 Mar 2020 21:09:30 -0400 Subject: [PATCH] Disable mosquitto by default --- SD/FPP_Install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/SD/FPP_Install.sh b/SD/FPP_Install.sh index 79071f0d7..e8d155532 100755 --- a/SD/FPP_Install.sh +++ b/SD/FPP_Install.sh @@ -1082,6 +1082,7 @@ if [ "$FPPPLATFORM" == "BeagleBone Black" ]; then sed -i -e "s/getty.target//g" /lib/systemd/system/fppd.service fi +systemctl disable mosquitto systemctl daemon-reload systemctl enable fppinit.service systemctl enable fppcapedetect.service