• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Auto Restart shoutcast on reboot?

wickedwebsites

Basic Pleskian
I installed Shoutcast, and set it running..

i am accessing it, but for some reason it keeps stopping..

How can i make it restart automatically when i start plesk, or do a reboot?

Thanks
Drew
 
...SHOUTcast has nothing to do with Plesk. You could, however, set a cron to run the start commands everytime the server is started.
 
Originally posted by PE-Steve
...SHOUTcast has nothing to do with Plesk. You could, however, set a cron to run the start commands everytime the server is started.

Hi this is what i meant..

can anyone help me with this please?
 
Originally posted by wickedwebsites
Hi this is what i meant..

can anyone help me with this please?

a better solution would be to install and learn how to use deamontools.

There are example scripts for it all over the internet.
 
I looked at Crontab, i have logged in as root, created a dir called sc and installed shoutcast in there..

so, what is the exact location of my files? I dont really know the structure of linux.

is there something i can do to find out?

Thanks
Drew
 
just add a line to /etc/rc.d/rc.local

echo "/path/to/script" >> /etc/rc.d/rc.local

make sure script is executable...
 
Back
Top