source: trunk/packages/sipb-xen-database/debian/sipb-xen-database-server.init @ 1216

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

shorten sipb-xen-database-server initscript too

File size: 512 bytes
Line 
1#!/bin/bash
2### BEGIN INIT INFO
3# Provides:          sipb-xen-database-server
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 database server
9# Description:       
10### END INIT INFO
11
12PACKAGE=sipb-xen-database-server
13PARENTPACKAGE=postgresql-8.3
14GEN_FILES=/etc/postgresql/8.3/main/pg_hba.conf
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.