🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 08:56:32 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
dracut
/
modules.d
/
35connman
📍 /usr/lib/dracut/modules.d/35connman
🔄 Refresh
✏️
Editing: cm-run.sh
Read Only
#!/usr/bin/bash type source_hook > /dev/null 2>&1 || . /lib/dracut-lib.sh if [ -e /tmp/cm.done ]; then return fi while read -r _serv; do ifname=$(connmanctl services "$_serv" | grep Interface= | sed 's/^.*Interface=\([^,]*\).*$/\1/') source_hook initqueue/online "$ifname" /sbin/netroot "$ifname" done < <(connmanctl services | grep -oE '[^ ]+$') : > /tmp/cm.done
💾 Save Changes
❌ Cancel