Anyway, is there any way a script can be created that shows a hildon notification "Reboot in 10s" before the N900 actually reboots? Through DBUS? How?
#!/bin/sh run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Reboot in 10s..." sleep 10 reboot