|
|
|
|
@ -1,16 +1,13 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
#
|
|
|
|
|
# skeleton example file to build /etc/init.d/ scripts.
|
|
|
|
|
# This file should be used to construct scripts for /etc/init.d.
|
|
|
|
|
#
|
|
|
|
|
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
|
|
|
|
|
# Modified for Debian GNU/Linux
|
|
|
|
|
# by Ian Murdock <imurdock@gnu.ai.mit.edu>.
|
|
|
|
|
#
|
|
|
|
|
# Version: @(#)skeleton 1.8 03-Mar-1998 miquels@cistron.nl
|
|
|
|
|
#
|
|
|
|
|
# adapted for ser by Andrei Pelinescu-Onciul <pelinescu-onciul@fokus.gmd.de>
|
|
|
|
|
# $Id: ser.init,v 1.3 2007/11/05 15:33:12 paka Exp $
|
|
|
|
|
### BEGIN INIT INFO
|
|
|
|
|
# Provides: sems
|
|
|
|
|
# Required-Start: $local_fs $remote_fs $network $syslog
|
|
|
|
|
# Required-Stop: $local_fs $remote_fs $network $syslog
|
|
|
|
|
# Default-Start: 2 3 4 5
|
|
|
|
|
# Default-Stop: 0 1 6
|
|
|
|
|
# Short-Description: Start/stop SEMS Application Server
|
|
|
|
|
### END INIT INFO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# read configuration from /etc/default/sems file
|
|
|
|
|
if test -f /etc/default/sems ; then
|
|
|
|
|
|