From bd0316b5357c2c9b2ad7c0ab28dfad045509db52 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q <49044505+hp3icc@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:34:48 -0500 Subject: [PATCH] Update service.sh --- service/service.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/service/service.sh b/service/service.sh index 3854467..a378212 100644 --- a/service/service.sh +++ b/service/service.sh @@ -1,16 +1,16 @@ #!/bin/sh sudo systemctl stop analog_bridge.service -sudo systemctl stop system/mmdvm_bridge.service -sudo systemctl stop system/ysfgateway.service -sudo systemctl stop system/ysfparrot.service -sudo systemctl stop system/nxdngateway.service -sudo systemctl stop system/nxdnparrot.service -sudo systemctl stop system/p25gateway.service -sudo systemctl stop system/p25parrot.service -sudo systemctl stop system/quantar_bridge.service -sudo systemctl stop system/ircddbgatewayd.service -sudo systemctl stop system/md380-emu.service +sudo systemctl stop mmdvm_bridge.service +sudo systemctl stop ysfgateway.service +sudo systemctl stop ysfparrot.service +sudo systemctl stop nxdngateway.service +sudo systemctl stop nxdnparrot.service +sudo systemctl stop p25gateway.service +sudo systemctl stop p25parrot.service +sudo systemctl stop quantar_bridge.service +sudo systemctl stop ircddbgatewayd.service +sudo systemctl stop md380-emu.service # rm /lib/systemd/system/analog_bridge.service rm /lib/systemd/system/mmdvm_bridge.service