docker – Rev 54
?pathlinks?
#!/usr/bin/with-contenv bash
RUN_USER=root
export HOME=/config
exec s6-setuidgid ${RUN_USER} /usr/local/bin/unmanic-service ${@}
#!/usr/bin/with-contenv bash
RUN_USER=root
export HOME=/config
exec s6-setuidgid ${RUN_USER} /usr/local/bin/unmanic-service ${@}