Web Hosting Talk







View Full Version : ShoutCast


nEMESIS4
10-05-2001, 01:11 PM
I have Shoutcast running manually on my server [via the command ./sc_serv &]... Only problem is when I reboot the server I have to manually restart the server. Is there anyway to get the RAQ4i to automatically start the ShoutCast server when it boots.

Also does anybody know the exact command line to terminate the shoutcast server when it's running in the background?

Haze
10-05-2001, 06:07 PM
1. Im not sure of the answer to this one

2. at the comand line type "ps -e" and fine out what Process id or PID it is. Then type "kill -9 PID#". That should do it