docker – Blame information for rev 54
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
16 | office | 1 | #!/usr/bin/with-contenv bash |
2 | |||
54 | office | 3 | RUN_USER=root |
16 | office | 4 | export HOME=/config |
5 | exec s6-setuidgid ${RUN_USER} /usr/local/bin/unmanic-service ${@} |