better solution for poweroff(8)

This commit is contained in:
David van Moolenbroek 2009-06-12 13:17:33 +00:00
parent 12a01e8f01
commit 87beb9c469

View file

@ -10,6 +10,4 @@ fi
PATH=/usr/bin:$PATH
trap "" 15
shutdown -x off
exec shutdown -x off