From 84cfcdaf9ead83c5531722ec8742728ac39121db Mon Sep 17 00:00:00 2001 From: Dan Parsons Date: Mon, 4 Aug 2014 10:57:43 -0700 Subject: Updated inspircd init script template to make it chkconfig compatible. --- make/template/inspircd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'make/template') diff --git a/make/template/inspircd b/make/template/inspircd index 7610557b8..ca9efc376 100644 --- a/make/template/inspircd +++ b/make/template/inspircd @@ -19,6 +19,12 @@ # along with this program. If not, see . # +# 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; -- cgit v1.2.3