Revert "Consolekit: implement *safe* shutdown / reboot"

This reverts commit 7a1055769fbe3eae024b61c11b1192104724b425.
This commit is contained in:
Stefan Saraev 2013-01-17 21:42:31 +02:00
parent 25cabb341d
commit ed09245f29
2 changed files with 0 additions and 12 deletions

View File

@ -25,10 +25,4 @@ LOCKFILE="xbmc.disabled"
touch "$LOCKDIR/$LOCKFILE"
wait_on_xbmc_exit
killall sshd
killall5 -15
for seq in `seq 1 10` ; do
usleep 500000
clear > /dev/tty1
killall5 -18 || break
done
reboot

View File

@ -25,10 +25,4 @@ LOCKFILE="xbmc.disabled"
touch "$LOCKDIR/$LOCKFILE"
wait_on_xbmc_exit
killall sshd
killall5 -15
for seq in `seq 1 10` ; do
usleep 500000
clear > /dev/tty1
killall5 -18 || break
done
poweroff