diff options
Diffstat (limited to 'etc/rc.d/rc.shutdown')
-rwxr-xr-x | etc/rc.d/rc.shutdown | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/rc.d/rc.shutdown b/etc/rc.d/rc.shutdown index ada6bf6..274baa1 100755 --- a/etc/rc.d/rc.shutdown +++ b/etc/rc.d/rc.shutdown @@ -3,13 +3,14 @@ export DISPLAY=:0 killall power_manager killall -9 udevd +#killall -9 system_server killall -9 xinit -rm -rf /tmp/vip/* -rm -rf /tmp/permanent/* +rm -rf /tmp/vip/* +rm -rf /tmp/permanent/* echo "Run Shutdown animation..." -nice -n -15 /usr/bin/boot-animation --offmsg " " & +nice -n -15 /usr/bin/boot-animation --offmsg " " --clear & sleep 1 echo "Stopping indicator..." |