From e0f9a554fc23045704f69b65b475ebc4786cd69f Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Mon, 28 Sep 2020 17:02:11 +0100 Subject: [PATCH] stop systemd service before diabling in uninstall, taken from upstream c1c2e5ca --- uninstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uninstall.sh b/uninstall.sh index a00f7a1..adbebfc 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -69,6 +69,7 @@ echo "remove alsa configs" rm -rf /etc/voicecard/ || true echo "disabled seeed-voicecard.service " +systemctl stop seeed-voicecard.service systemctl disable seeed-voicecard.service echo "remove seeed-voicecard"