Update service.sh

This commit is contained in:
Esteban Mackay Q 2022-07-29 23:34:48 -05:00 committed by GitHub
parent c7b5218e0e
commit bd0316b535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -1,16 +1,16 @@
#!/bin/sh #!/bin/sh
sudo systemctl stop analog_bridge.service sudo systemctl stop analog_bridge.service
sudo systemctl stop system/mmdvm_bridge.service sudo systemctl stop mmdvm_bridge.service
sudo systemctl stop system/ysfgateway.service sudo systemctl stop ysfgateway.service
sudo systemctl stop system/ysfparrot.service sudo systemctl stop ysfparrot.service
sudo systemctl stop system/nxdngateway.service sudo systemctl stop nxdngateway.service
sudo systemctl stop system/nxdnparrot.service sudo systemctl stop nxdnparrot.service
sudo systemctl stop system/p25gateway.service sudo systemctl stop p25gateway.service
sudo systemctl stop system/p25parrot.service sudo systemctl stop p25parrot.service
sudo systemctl stop system/quantar_bridge.service sudo systemctl stop quantar_bridge.service
sudo systemctl stop system/ircddbgatewayd.service sudo systemctl stop ircddbgatewayd.service
sudo systemctl stop system/md380-emu.service sudo systemctl stop md380-emu.service
# #
rm /lib/systemd/system/analog_bridge.service rm /lib/systemd/system/analog_bridge.service
rm /lib/systemd/system/mmdvm_bridge.service rm /lib/systemd/system/mmdvm_bridge.service