Launch the notification_server at boot.
Add notification when mime sniffing files on first boot, at least it gives a visual indication of why so much cpu is consumed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37700 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -159,6 +159,11 @@ if [ "$SAFEMODE" != "yes" ]; then
|
||||
launch $SERVERS/cddb_daemon ""
|
||||
fi
|
||||
|
||||
# Launch Notification Server
|
||||
if [ "$SAFEMODE" != "yes" ]; then
|
||||
launch $SERVERS/notification_server ""
|
||||
fi
|
||||
|
||||
# Check for daily saving time
|
||||
launch system/bin/dstcheck
|
||||
|
||||
|
||||
Reference in New Issue
Block a user