8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
umask 022
|
||
|
|
||
|
exec \
|
||
|
s6-setuidgid abc python /app/sickrage/SickBeard.py \
|
||
|
--datadir /config
|