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:
parent
159517ea26
commit
5e70d31cc7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user