Update service.sh

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

View File

@ -38,13 +38,13 @@ wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/md380-emu.s
#
sudo systemctl daemon-reload
sudo systemctl start analog_bridge.service
sudo systemctl start system/mmdvm_bridge.service
sudo systemctl start system/ysfgateway.service
sudo systemctl start system/ysfparrot.service
sudo systemctl start system/nxdngateway.service
sudo systemctl start system/nxdnparrot.service
sudo systemctl start system/p25gateway.service
sudo systemctl start system/p25parrot.service
sudo systemctl start system/quantar_bridge.service
sudo systemctl start system/ircddbgatewayd.service
sudo systemctl start system/md380-emu.service
sudo systemctl start mmdvm_bridge.service
sudo systemctl start ysfgateway.service
sudo systemctl start ysfparrot.service
sudo systemctl start nxdngateway.service
sudo systemctl start nxdnparrot.service
sudo systemctl start p25gateway.service
sudo systemctl start p25parrot.service
sudo systemctl start quantar_bridge.service
sudo systemctl start ircddbgatewayd.service
sudo systemctl start md380-emu.service