Added processname,config,pidfile

SVN revision: 1558
This commit is contained in:
Stefan Ritt 2005-12-15 08:52:08 +00:00
parent 34ae4efe46
commit 4dcb404a16

View File

@ -1,7 +1,10 @@
#!/bin/sh #!/bin/sh
# chkconfig: 3 90 10 # chkconfig: 3 90 10
# description: Start elog # description: ELOG is a weblog with integrated database
# processname: elogd
# config: @PREFIX@/elog/elogd.cfg
# pidfile: /var/run/elogd.pid
# Source function library. # Source function library.
. /etc/rc.d/init.d/functions . /etc/rc.d/init.d/functions