let dhcpcd have 45 sec instead of 30 to get an IP address

This commit is contained in:
Tom Mortensen
2024-02-09 12:53:58 -08:00
parent 69e2e773a7
commit 54763e03a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ if /bin/grep -wq cgroup /proc/filesystems; then
if [[ -d /sys/fs/cgroup ]]; then
# See https://docs.kernel.org/admin-guide/cgroup-v2.html (section Mounting)
# Mount cgroup2 filesystem
mount -t cgroup2 -o rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot cgroup2 /sys/fs/cgroup
/sbin/mount -t cgroup2 -o rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot cgroup2 /sys/fs/cgroup
else
# Display message if /sys/fs/cgroup does not exist
echo "/sys/fs/cgroup does not exist. cgroup2 cannot be mounted."
+1 -1
View File
@@ -227,7 +227,7 @@ mv $INI ${INI%.*}
log "interface=${interface:-$1}, reason=$reason, protocol=$protocol"
# delayed execution
/usr/local/emhttp/webGui/scripts/update_services 30
/usr/local/emhttp/webGui/scripts/update_services 45
# send update information
if [[ -n $DATA && -e /var/run/nginx.socket ]]; then