Start the power_daemon now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42936 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2011-10-28 22:21:07 +00:00
parent 159517ea26
commit 5e70d31cc7

View File

@ -164,6 +164,11 @@ if [ "$SAFEMODE" != "yes" ]; then
launch $SERVERS/notification_server ""
fi
# Launch Power Daemon
if [ "$SAFEMODE" != "yes" ]; then
launch $SERVERS/power_daemon ""
fi
# Check for daylight saving time
launch system/bin/dstcheck