diff options
-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; |