How do I make Zeus start automatically when my machine boots up?

From version 3.3.7 onwards, the installation script will ask if youwould like to start Zeus at machine boot time, and will automaticallymodify your bootup scripts.

For versions prior to 3.3.7, the installation program(zinstall) does not give you the option to start Zeus at boottime, and instead provided two small shell scripts,start-zeus and stop-zeus to provide thisfunctionality. If you want the server to be started when your machineboots up, create a file in the appropriate rc.d directorythat runs these scripts. See your OS documentation for moreinformation. Example rc.d file:

    #!/bin/sh    case "$1" in      'start') /usr/local/zeus/start-zeus ;;      'stop')  /usr/local/zeus/stop-zeus ;;      *)       echo "usage: $0 {start|stop}" ;;     esac

Note that the start-zeus and stop-zeus scripts arestill provided in the web server distribution for more recent versionsof Zeus..

Content Manager [Administrator] 19 September 2005  Permalink  
Download Free Trial

Recent Articles

Other Resources



www.zeus.com