search for: icecast3

Displaying 5 results from an estimated 5 matches for "icecast3".

Did you mean: icecast
2017 May 29
2
Proper way to start multiple icecast services through bash script?
I have 4 instances of icecast running on my server. #Command to start icecast /usr/bin/icecast -c /etc/icecast.xml -b & /usr/bin/icecast -c /etc/icecast1.xml -b & /usr/bin/icecast -c /etc/icecast2.xml -b & /usr/bin/icecast -c /etc/icecast3.xml -b & I am trying to integrate an automated Let's Encrypt Certificate renewal. My testing found that I need to restart the icecast processes for the certificate to update. I created a bash script that would open the firewall port, renew the cert, combine the certificates, overwrite t...
2017 May 29
5
Proper way to start multiple icecast services through bash script?
...? On 29 May 2017, at 16:21, Walter York wrote: I have 4 instances of icecast running on my server. #Command to start icecast /usr/bin/icecast -c /etc/icecast.xml -b & /usr/bin/icecast -c /etc/icecast1.xml -b & /usr/bin/icecast -c /etc/icecast2.xml -b & /usr/bin/icecast -c /etc/icecast3.xml -b & I am trying to integrate an automated Let's Encrypt Certificate renewal. My testing found that I need to restart the icecast processes for the certificate to update. I created a bash script that would open the firewall port, renew the cert, combine the certificates, overwr...
2017 May 29
0
Proper way to start multiple icecast services through bash script?
...ter York wrote: > I have 4 instances of icecast running on my server. > > > #Command to start icecast > /usr/bin/icecast -c /etc/icecast.xml -b & > /usr/bin/icecast -c /etc/icecast1.xml -b & > /usr/bin/icecast -c /etc/icecast2.xml -b & > /usr/bin/icecast -c /etc/icecast3.xml -b & > > > I am trying to integrate an automated Let's Encrypt Certificate > renewal. My testing found that I need to restart the icecast > processes for the certificate to update. I created a bash script that > would open the firewall port, renew the cert, combin...
2017 May 29
0
Proper way to start multiple icecast services through bash script?
...rote: > > I have 4 instances of icecast running on my server. > > > #Command to start icecast > /usr/bin/icecast -c /etc/icecast.xml -b & > /usr/bin/icecast -c /etc/icecast1.xml -b & > /usr/bin/icecast -c /etc/icecast2.xml -b & > /usr/bin/icecast -c /etc/icecast3.xml -b & > > > I am trying to integrate an automated Let's Encrypt Certificate > renewal. My testing found that I need to restart the icecast > processes for the certificate to update. I created a bash script > that > would open the firewall port, renew the cert,...
2017 May 29
0
Proper way to start multiple icecast services through bash script?
...n my server. >>> >>> >>> #Command to start icecast >>> /usr/bin/icecast -c /etc/icecast.xml -b & >>> /usr/bin/icecast -c /etc/icecast1.xml -b & >>> /usr/bin/icecast -c /etc/icecast2.xml -b & >>> /usr/bin/icecast -c /etc/icecast3.xml -b & >>> >>> >>> I am trying to integrate an automated Let's Encrypt Certificate >>> renewal. My testing found that I need to restart the icecast >>> processes for the certificate to update. I created a bash script that >>> wou...