Bump
This commit is contained in:
@@ -43,12 +43,4 @@
|
||||
<adminroot>/usr/share/icecast/admin</adminroot>
|
||||
<alias source="/" dest="/status.xsl"/>
|
||||
</paths>
|
||||
|
||||
<security>
|
||||
<chroot>0</chroot>
|
||||
<changeowner>
|
||||
<user>mopidy</user>
|
||||
<group>mopidy</group>
|
||||
</changeowner>
|
||||
</security>
|
||||
</icecast>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
trap "kill $PID" HUP INT TERM
|
||||
icecast -c /data/.config/icecast.xml -b &
|
||||
su-exec mopidy icecast -c /data/.config/icecast.xml -b &
|
||||
su-exec mopidy mopidy --config /data/.config/mopidy.conf "${@}" &
|
||||
PID=$!
|
||||
wait $PID
|
||||
|
||||
Reference in New Issue
Block a user