mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-14 23:35:49 +01:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
|
|
#!/usr/bin/with-contenv bash
|
||
|
|
|
||
|
|
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" \
|
||
|
|
s6-setuidgid abc /usr/bin/transmission-daemon \
|
||
|
|
-g /config -c /watch -f
|