From 293c9c66b7b2b9467c487a44370b24f652454216 Mon Sep 17 00:00:00 2001 From: Dan Parsons Date: Mon, 4 Aug 2014 10:57:43 -0700 Subject: [PATCH] Updated inspircd init script template to make it chkconfig compatible. Backported from master, PR #901 --- make/template/inspircd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/make/template/inspircd b/make/template/inspircd index 322ee2cd6..7cd83a8e1 100644 --- a/make/template/inspircd +++ b/make/template/inspircd @@ -18,6 +18,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; -- 2.39.2