In /etc/init.d/red5
can I list two home paths for different programs using it that are in different locations?
I have red5 set up in /var/www/html
but I also have it set up in /var/www/html/red5/webapps
At the moment I am using service red5 start
in the first and in second directory sh red5.sh
. I know they do the same thing except with the first it shuts down on command service red5 stop
but on the second it never wants to shut down, at least not right away with ./red5-shutdown.sh
The bash script seems more efficient and so I wondered if I could use it for both?