#!/bin/sh

# This temporary simple script perform launch the pseudo acpid function of poweroff event. After add real acpi deamon this script must been removed with driven pseudo acpid script together.
echo 48 >/sys/class/gpio/export
/usr/bin/acpid & 

