From 9d7b4343747b561b07a3be6ff807f817582de421 Mon Sep 17 00:00:00 2001 From: nuclearcat Date: Tue, 18 Mar 2025 11:27:47 +0000 Subject: [PATCH] Update introduction.md --- introduction.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/introduction.md b/introduction.md index bbb4e2f..6d9583d 100644 --- a/introduction.md +++ b/introduction.md @@ -101,6 +101,20 @@ GlobalOS uses a custom persistence mechanism. It means in most of cases if you e * /etc/burst2d.cfg - killall burst2d * /etc/firewall.cfg - sh /etc/firewall.cfg +For restarting accel you can use following snippet: +``` +killall accel-pppd; while true; do + pid=$(pgrep accel-pppd) + if [ -z "$pid" ]; then + accel-pppd -c /etc/accel-ppp.conf -d + break + fi + echo "Waiting for accel-pppd to finish" + sleep 1 +done +``` + + ### Network diagnostics and troubleshooting If you have problems with network configuration, you can use following tools to diagnose the problem: