From 5521fa26bafedbc5acb72f5fe43400a7fbeef584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 26 Mar 2014 16:39:33 +0100 Subject: [PATCH] Force poweroff signal at shutdown. --- fs/etc/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/etc/rc.local b/fs/etc/rc.local index 8d832f6..576df03 100755 --- a/fs/etc/rc.local +++ b/fs/etc/rc.local @@ -24,7 +24,7 @@ if [ -e /dev/sda ]; then # avoid possibe misuse /sbin/ifconfig eth0 down ./init.sh - /sbin/shutdown -h now + /sbin/shutdown -P -h now fi fi