docker – Rev 54

Subversion Repositories:
Rev:
#!/usr/bin/with-contenv bash

RUN_USER=root
export HOME=/config
exec s6-setuidgid ${RUN_USER} /usr/local/bin/unmanic-service ${@}