core90: work around dhcp client hang at shutdown after update.

This commit is contained in:
Arne Fitzenreiter
2015-05-13 19:51:42 +02:00
parent 45f95add11
commit 49d769c6e6

View File

@@ -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
#