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_FILENot 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
pppinterfaces being up only AFTERon-boot-scriptsrun?In the above syslog,
inadyn[1973]was started by a customon-boot-scriptat2023-09-25T07:57:06.However, it also shows that
pppinterface was markeduponly at2023-09-25T07:57:17The
/lib/systemd/system/udm-boot.servicecontains the linesBut it appears this is not enough according to this doc.
Beta Was this translation helpful? Give feedback.
All reactions