Resume network init in background
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 24 Jun 2014 01:50:10 +0000 (21:50 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 31 Jul 2014 02:15:25 +0000 (22:15 -0400)
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