TOPIC I have three separate playlists that I would like to have start up automatically when my Mac OS X Server is starting up. How can I do this? DISCUSSION Below is the text of the startup script that runs at Mac OS X Server startup. As you can see, it is the script that launches QuickTime Streaming Server (QTSS) the first time. File: /private/etc/startup/1900_QuickTime ========================================== #!/bin/sh . /etc/rc.common if [ "${QTSSERVER}" = "-YES-" ]; then ConsoleMessage "Starting QuickTime streaming server" /usr/sbin/QuickTimeStreamingServer fi
========================================== #!/bin/sh . /etc/rc.common if [ "${QTSSERVER}" = "-YES-" ]; then ConsoleMessage "Starting QuickTime streaming server" /usr/sbin/QuickTimeStreamingServer /path/to/shell/script/start_3_playlist_broadcasters fi |
Document Information | |
Product Area: | Mac OS System Software |
Category: | Mac OS X Server |
Sub Category: | QuickTime Streaming |
Copyright © 2000 Apple Computer, Inc. All rights reserved.