more scripting to get track title title as a static file
This commit is contained in:
8
icecast-title-service/update-title-monitor.sh
Normal file
8
icecast-title-service/update-title-monitor.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/sh
|
||||
while true ; do
|
||||
ls -l /opt/shred.ing/js/title.json;
|
||||
#ps -f 75362;
|
||||
systemctl status icecast-title.service
|
||||
cat /opt/shred.ing/js/title.json;
|
||||
sleep 10;
|
||||
done
|
||||
Reference in New Issue
Block a user