This page provides detailed instructions on using the Restart Script for managing your P25 to DMR Bridge. The script is designed to restart the necessary components of the bridge, ensuring that the system runs smoothly.
The Restart Script automates the process of restarting key components of the P25 to DMR Bridge. It ensures that all services are properly restarted and running correctly. Below is a breakdown of what the script does:
# Stop the current services
sudo systemctl stop mmdvm_bridge.service
sudo systemctl stop p25gateway.service
# Restart the services
sudo systemctl start p25gateway.service
sudo systemctl start mmdvm_bridge.service
# Verify the services are running
systemctl status p25gateway.service
systemctl status mmdvm_bridge.service
To use the Restart Script, follow these steps:
sudo apt update && sudo apt upgrade -y
.chmod +x restart_p25_to_dmr.sh
../restart_p25_to_dmr.sh
.You can download the script directly from the GitHub repository: