Ignore:
Timestamp:
Oct 4, 2008, 11:33:37 PM (16 years ago)
Author:
broder
Message:

Attempt to get Apache and OpenAFS to start in the right order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/files/etc/init.d/apache2.invirt

    r854 r1045  
    11#!/usr/bin/pagsh -e
     2### BEGIN INIT INFO
     3# Provides:          apache2
     4# Required-Start:    $local_fs $remote_fs $network $syslog openafs-client
     5# Required-Stop:     $local_fs $remote_fs $network $syslog openafs-client
     6# Default-Start:     2 3 4 5
     7# Default-Stop:      0 1 6
     8# Short-Description: Start/stop apache2 web server
     9### END INIT INFO
    210#
    311# Apache kstart wrapper by anders.
Note: See TracChangeset for help on using the changeset viewer.