]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Updated inspircd init script template to make it chkconfig compatible.
authorDan Parsons <dparsons@nyip.net>
Mon, 4 Aug 2014 17:57:43 +0000 (10:57 -0700)
committerAttila Molnar <attilamolnar@hush.com>
Wed, 12 Nov 2014 21:44:57 +0000 (22:44 +0100)
Backported from master, PR #901

make/template/inspircd

index 322ee2cd6894eaf79b7d944306022c7786121836..7cd83a8e15fdd0615e020592e102277f5117a9f6 100644 (file)
 # 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;