diff options
Diffstat (limited to 'make')
-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; |