diff --git a/config/rootfiles/core/90/update.sh b/config/rootfiles/core/90/update.sh index 460c017b1..e57bc17f9 100644 --- a/config/rootfiles/core/90/update.sh +++ b/config/rootfiles/core/90/update.sh @@ -211,6 +211,10 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" # Remove old udev configuration rm -vf /etc/udev/rules.d/30-persistent-network.rules +# Remove pids from dhcp client because it hang at normal shutdown +# so let the sysvinit kill it +rm -f /run/dhcpcd-*.pid + # # Start services #