From 1ad4e40910bd4db07722b4503cc682d9467d5f55 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 23 Jun 2014 21:50:10 -0400 Subject: [PATCH] Resume network init in background --- stage2/misc/acpi/suspend2ram.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1