mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-02 01:35:47 +01:00
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc /usr/bin/transmission-daemon \
|
|
-g /config -c /watch -f
|