Updated inspircd init script template to make it chkconfig compatible.

Backported from master, PR #901
This commit is contained in:
Dan Parsons 2014-08-04 10:57:43 -07:00 committed by Attila Molnar
parent 2faf5ff670
commit 293c9c66b7

View File

@ -18,6 +18,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# InspIRCd Start up the InspIRCd Internet Relay Chat Daemon
#
# chkconfig: 2345 55 25
# description: InspIRCd -- Internet Relay Chat Daemon
#
# processname: inspircd
use strict;
use POSIX;