Replies: 1 comment
-
For the record: the workaround for now was (of course) to add a first script to wait 30 seconds before others. SCRIPT_FILE=/data/on_boot.d/00-wait-for-udm-startup.sh
cat > $SCRIPT_FILE <<EOF
#!/bin/sh
# PPP interface is up ~12 seconds after on_boot_scripts run. Wait 30 seconds for safety.
sleep 30
EOF
chmod +x $SCRIPT_FILE Not proud 🥲. But works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anybody else having problems with
ppp
interfaces being up only AFTERon-boot-scripts
run?In the above syslog,
inadyn[1973]
was started by a customon-boot-script
at2023-09-25T07:57:06
.However, it also shows that
ppp
interface was markedup
only at2023-09-25T07:57:17
The
/lib/systemd/system/udm-boot.service
contains the linesBut it appears this is not enough according to this doc.
Beta Was this translation helpful? Give feedback.
All reactions