This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
auquotidien/debian/wcs-au-quotidien.init

16 lines
497 B
Bash
Executable File

#! /bin/sh
### BEGIN INIT INFO
# Provides: wcs-auquotidien
# Required-Start: $network $local_fs $remote_fs $syslog
# Required-Stop: $network $local_fs $remote_fs $syslog
# Should-Start: postgresql
# Should-Stop: postgresql
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: w.c.s. (Au quotidien) (dummy)
# Description: w.c.s. Form Server (with Au Quotidien Extension)
### END INIT INFO
# this is now totally handled by wcs itself
exit 0