
25 Nov
2016
25 Nov
'16
7:21 p.m.
commit 0557666cb7d3bf474cb36d5d755438b06af86b7d Author: Nicolas Vigier <boklm@torproject.org> Date: Fri Nov 25 17:40:45 2016 +0100 Bug 20352: use poweroff instead of halt in libexec/stop-target --- libexec/stop-target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/stop-target b/libexec/stop-target index 6db547d..46714dc 100755 --- a/libexec/stop-target +++ b/libexec/stop-target @@ -11,7 +11,7 @@ case $VMSW in KVM) if [ ! -e var/target.pid ]; then exit; fi - on-target -u root halt + on-target -u root poweroff sleep 5 if [ ! -e var/target.pid ]; then exit; fi