launch media_server during boot
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16737 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
959bf095a5
commit
28bb1af264
@ -96,10 +96,18 @@ else
|
||||
launch beos/bin/consoled
|
||||
fi
|
||||
|
||||
if [ "$SAFEMODE" != "yes" ]; then
|
||||
launch $SERVERS/media_server
|
||||
fi
|
||||
|
||||
# Check for daily saving time
|
||||
# TODO to be launched when tracker and deskbar are launched
|
||||
#launch beos/bin/dstcheck
|
||||
|
||||
if [ "$SAFEMODE" != "yes" ]; then
|
||||
launch $SERVERS/media_server
|
||||
else
|
||||
|
||||
if [ "$SAFEMODE" != "yes" ]; then
|
||||
# Start user boot script
|
||||
if [ -f $HOME/config/boot/UserBootscript ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user