5 lines
121 B
Text
5 lines
121 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc python /app/headphones/Headphones.py -p 8181 \
|
|
--datadir=/config
|