Resume network init in background
[hvlinux.git] / stage2 / misc / acpi / suspend2ram.sh
index db84649..a98df77 100755 (executable)
@@ -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