source: package_branches/invirt-web/hvirt/debian/invirt-web.init @ 2913

Last change on this file since 2913 was 2913, checked in by gdb, 14 years ago

Made debian work with current invirt-web changes

  • Property svn:executable set to *
File size: 455 bytes
RevLine 
[875]1#!/bin/bash
[876]2### BEGIN INIT INFO
[1318]3# Provides:          invirt-web
[876]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
[1318]8# Short-Description: Invirt web server
[876]9# Description:
10### END INIT INFO
[815]11
[1318]12PACKAGE=invirt-web
[1215]13PARENTPACKAGE=apache2
[2913]14GEN_FILES=(/etc/apache2/sites-available/master /etc/invirt-iptables/rules.d/50-invirt-web)
[815]15
[1215]16. /lib/init/config-init.sh
17config_init "$1"
Note: See TracBrowser for help on using the repository browser.