Projet

Général

Profil

Télécharger (497 octets) Statistiques
| Branche: | Tag: | Révision:

root / debian / wcs-au-quotidien.init @ e9eec4a1

1
#! /bin/sh
2
### BEGIN INIT INFO
3
# Provides:          wcs-auquotidien
4
# Required-Start:    $network $local_fs $remote_fs $syslog
5
# Required-Stop:     $network $local_fs $remote_fs $syslog
6
# Should-Start:      postgresql
7
# Should-Stop:       postgresql
8
# Default-Start:     2 3 4 5
9
# Default-Stop:      0 1 6
10
# Short-Description: w.c.s. (Au quotidien) (dummy)
11
# Description:       w.c.s. Form Server (with Au Quotidien Extension)
12
### END INIT INFO
13

    
14
# this is now totally handled by wcs itself
15
exit 0
(10-10/11)