From 36e3ff1da33fa132243ea4d2047b815165d23dcb Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:01:53 -0700 Subject: [PATCH] Fixed TTYd not starting at boot --- RMxxx_rgmii_toolkit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RMxxx_rgmii_toolkit.sh b/RMxxx_rgmii_toolkit.sh index 8dcea5f..bc8dd53 100644 --- a/RMxxx_rgmii_toolkit.sh +++ b/RMxxx_rgmii_toolkit.sh @@ -834,7 +834,7 @@ install_ttyd() { wget -O scripts/ttyd.bash "https://raw.githubusercontent.com/$GITUSER/quectel-rgmii-toolkit/$GITTREE/ttyd/scripts/ttyd.bash" && chmod +x scripts/ttyd.bash wget -O systemd/ttyd.service "https://raw.githubusercontent.com/$GITUSER/quectel-rgmii-toolkit/$GITTREE/ttyd/systemd/ttyd.service" cp systemd/ttyd.service /lib/systemd/system/ - ln -sf /lib/systemd/system/ttyd.service /etc/systemd/system/multi-user.target.wants/ + ln -sf /lib/systemd/system/ttyd.service /lib/systemd/system/multi-user.target.wants/ # Enabling and starting ttyd service systemctl daemon-reload