diff --git a/pkg/debian/sems.init b/pkg/debian/sems.init index 8b415c07..58dac87b 100644 --- a/pkg/debian/sems.init +++ b/pkg/debian/sems.init @@ -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 . -# Modified for Debian GNU/Linux -# by Ian Murdock . -# -# Version: @(#)skeleton 1.8 03-Mar-1998 miquels@cistron.nl -# -# adapted for ser by Andrei Pelinescu-Onciul -# $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