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