source: trunk/packages/invirt-web/debian/invirt-web.init @ 2863

Last change on this file since 2863 was 2863, checked in by broder, 14 years ago

Merge invirt-web-iptables into invirt-web and use the new
invirt-iptables interface.

  • Property svn:executable set to *
File size: 466 bytes
Line 
1#!/bin/bash
2### BEGIN INIT INFO
3# Provides:          invirt-web
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: Invirt web server
9# Description:
10### END INIT INFO
11
12PACKAGE=invirt-web
13PARENTPACKAGE=apache2
14GEN_FILES=(/etc/apache2/sites-available/{default,ssl,svn} /etc/invirt-iptables/rules.d/50-invirt-web)
15
16. /lib/init/config-init.sh
17config_init "$1"
Note: See TracBrowser for help on using the repository browser.