source: package_branches/invirt-console/hvirt/debian/invirt-console-host.init @ 2777

Last change on this file since 2777 was 1815, checked in by broder, 15 years ago

Merge invirt-console-server into invirt-console (LP: #305681)

  • Property svn:executable set to *
File size: 528 bytes
Line 
1#! /bin/bash
2### BEGIN INIT INFO
3# Provides:          invirt-console-host
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: conserver config from invirt-config for Invirt host
9# Description:       
10### END INIT INFO
11
12PACKAGE=invirt-console-host
13PARENTPACKAGE=conserver-server
14GEN_FILES=/etc/conserver/invirt-genconfig.cf
15
16dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0
17
18. /lib/init/config-init.sh
19config_init $1
Note: See TracBrowser for help on using the repository browser.