Commit 6a61e634 authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

add LSB compliance to debian init script, closes #OF-433


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12062 b35dd754-fafc-0310-a699-88a17e54d16e
parent 580ea8e2
......@@ -3,9 +3,19 @@
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
# Modified for Debian
# by Ian Murdock <imurdock@gnu.ai.mit.edu>.
# Modified for LSB compliance
# by Steffen Zieger .
#
# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl
#
### BEGIN INIT INFO
# Provides: openfire
# Required-Start: $local_fs $network $remote_fs $syslog
# Required-Stop: $local_fs $network $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 1
# Short-Description: Openfire is a Jabber/XMPP server
### END INIT INFO
# Attempt to locate JAVA_HOME, code borrowed from jabref package
if [ -z $JAVA_HOME ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment