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