diff options
author | Dan Parsons <dparsons@nyip.net> | 2014-08-04 10:57:43 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-11-12 22:44:57 +0100 |
commit | 293c9c66b7b2b9467c487a44370b24f652454216 (patch) | |
tree | bcf3a8dc17d9e03e9e582fa98e4373b3aa1ebd5d /make/template | |
parent | 2faf5ff670024c0b1c217ade65517005ec20df11 (diff) |
Updated inspircd init script template to make it chkconfig compatible.
Backported from master, PR #901
Diffstat (limited to 'make/template')
-rw-r--r-- | make/template/inspircd | 6 |
1 files changed, 6 insertions, 0 deletions
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 <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; |