mirror of
https://github.com/linuxserver/docker-htpcmanager.git
synced 2026-04-06 00:01:54 +08:00
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc python3 /app/htpcmanager/Htpc.py \
|
|
--datadir /config
|