View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#8
Originally Posted by qwerty12 View Post
I prefer using "shutdown -r now" to reboot but IMHO, this is the best way to reboot:
Code:
run-standalone.sh dbus-send --system --type=method_call --dest="com.nokia.mce" --print-reply "/com/nokia/mce/request" com.nokia.mce.request.req_reboot
Thanks, useful to know!

The only reference I could find to this is in the SDK headers (/usr/include/mce/dbus-names.h specifically). Is there any other documentation?

IMHO there's no reason why shutdown couldn't also send an appropriate dbus signal (shutdown_ind perhaps?) via one of the init scripts' stop stanza (/etc/init.d/mce may be a good choice). Care to open a bug?