From: Hugo Villeneuve Date: Tue, 24 Jun 2014 01:50:10 +0000 (-0400) Subject: Resume network init in background X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=1ad4e40910bd4db07722b4503cc682d9467d5f55;p=hvlinux.git Resume network init in background --- diff --git a/stage2/misc/acpi/suspend2ram.sh b/stage2/misc/acpi/suspend2ram.sh index db84649..a98df77 100755 --- a/stage2/misc/acpi/suspend2ram.sh +++ b/stage2/misc/acpi/suspend2ram.sh @@ -67,7 +67,7 @@ echo "Resuming" # on resume cat $TMP_FILE > /proc/bus/pci/$ID -/etc/rc.d/init.d/network start +/etc/rc.d/init.d/network start & if [ -f /etc/rc.d/init.d/named ]; then /etc/rc.d/init.d/named start