????

Your IP : 3.148.107.193


Current Path : /proc/322916/root/usr/libexec/scripts/
Upload File :
Current File : //proc/322916/root/usr/libexec/scripts/hal-system-power-shutdown

#!/bin/sh

. hal-functions

if [ "$CK_NUM_SESSIONS" -gt "1" ] ; then
    hal_check_priv org.freedesktop.hal.power-management.shutdown-multiple-sessions
else
    hal_check_priv org.freedesktop.hal.power-management.shutdown
fi

hal_exec_backend