This commit is contained in:
Henning Bocklage 2020-06-07 18:59:12 +02:00
commit 9c0ad0e7f0

View File

@ -11,5 +11,5 @@ if [ -f "/config/.arl" ]; then
else
echo "[services.d] Starting without ARL"
exec \
s6-setuidgid abc python3 /deemix/server.py
s6-setuidgid abc python3 /deemix/server.py --host 0.0.0.0
fi