How to add a perl script as a system startup daemon in redhat

Abhilash abhi abhilashck72 at gmail.com
Sat Feb 5 15:54:51 UTC 2011


Hello,

I have a perlscript. I want to run that script at system startup(as a
startup daemon) in redhat.
i have put that script in /etc/init.d and try adding that to chkconfig using
[root at localhost init.d]# chkconfig --add changehttpadress
service changehttpadress does not support chkconfig
but that wont work since its a perl script(not bash).

So how can i run that in system startup. Need to add any daemon modules in
the perl script so that chkconfig will detect that as a valid service ?

Any suggestions and solutions is highly appreciated. Thanks in advance.

-- 

Regards,
Abhilash



More information about the redhat-list mailing list