X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fmisc%2Facpi%2Fsuspend2ram.sh;h=a98df77be38cb9132574541ce7260000cd04f284;hb=d35471889a47ffadb59b073f369d71703bbc038d;hp=d3429908828f0a9923b66eaf8120674a047416ef;hpb=8be3c0cbe1565c3773a7fdf3783dc3f1cf335b23;p=hvlinux.git diff --git a/stage2/misc/acpi/suspend2ram.sh b/stage2/misc/acpi/suspend2ram.sh index d342990..a98df77 100755 --- a/stage2/misc/acpi/suspend2ram.sh +++ b/stage2/misc/acpi/suspend2ram.sh @@ -49,6 +49,7 @@ cat /proc/bus/pci/$ID > $TMP_FILE # Stopping network. +# Check if NFS server functionality is desired if [ -f /etc/rc.d/init.d/named ]; then /etc/rc.d/init.d/named stop fi @@ -66,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