From: Dan Parsons Date: Mon, 4 Aug 2014 17:57:43 +0000 (-0700) Subject: Updated inspircd init script template to make it chkconfig compatible. X-Git-Tag: v2.0.23~100 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=293c9c66b7b2b9467c487a44370b24f652454216;hp=2faf5ff670024c0b1c217ade65517005ec20df11;p=user%2Fhenk%2Fcode%2Finspircd.git Updated inspircd init script template to make it chkconfig compatible. Backported from master, PR #901 --- 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;