diff options
author | Dan Parsons <dparsons@nyip.net> | 2014-08-04 10:57:43 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-08-31 13:05:21 +0200 |
commit | 84cfcdaf9ead83c5531722ec8742728ac39121db (patch) | |
tree | 2ae363c6dabd3622f897e8e4829be243843483bf | |
parent | 31a25ff1e31c3c9586f239c71636d9ee1fb398bc (diff) |
Updated inspircd init script template to make it chkconfig compatible.
-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 7610557b8..ca9efc376 100644 --- a/make/template/inspircd +++ b/make/template/inspircd @@ -19,6 +19,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; |