[icecast] capturing pid from command line
Dave St John
groups at mediacast1.com
Tue Nov 4 05:53:18 UTC 2003
Anyone know of or how to capture the pid via the command line in bash?
i.e. i use this to capture shoutcast's process id
#!/bin/bash
SRV=`cat serverlst.txt`
rm -rf pids/*
<p>for c in $SRV ; do
nohup ./sc_serv servers/$c > /dev/null 2>&1 &
echo "$! - $c" | tee pids/$c.pid
done
that works successfully with shoutcast but not with icecast2, ideas anyone?
<p>Dave St John
(CEO) Mediacast1.com
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Icecast
mailing list