source: trunk/packages/sipb-xen-www/debian/sipb-xen-www.init @ 1215

Last change on this file since 1215 was 1215, checked in by price, 16 years ago

shorten sipb-xen-www initscript with new library

  • Property svn:executable set to *
File size: 421 bytes
Line 
1#!/bin/bash
2### BEGIN INIT INFO
3# Provides:          sipb-xen-www
4# Required-Start:    $local_fs $remote_fs
5# Required-Stop:     $local_fs $remote_fs
6# Default-Start:     2 3 4 5
7# Default-Stop:      0 1 6
8# Short-Description: sipb-xen web server
9# Description:
10### END INIT INFO
11
12PACKAGE=sipb-xen-www
13PARENTPACKAGE=apache2
14GEN_FILES=(/etc/apache2/sites-available/{ssl,svn})
15
16. /lib/init/config-init.sh
17config_init "$1"
Note: See TracBrowser for help on using the repository browser.