This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Dockerfiles/unmaintened/z2pdf/conf/start.sh.save

9 lines
393 B
Bash

#!/bin/sh
echo ${GID}
addgroup -g ${GID} z2pdf && adduser -s /bin/sh -G z2pdf -u ${UID} z2pdf
chown -R $UID:$GID /opt/z-to-pdf
#su z2pdf &&
#exec z2pdf:z2pdf java -jar /opt/z-to-pdf/zmarkdown2pdf-0.0.1-SNAPSHOT-fat.jar -conf /opt/z-to-pdf/conf.json
#sudo service nginx restart
runuser -l z2pdf -c "java -jar /opt/z-to-pdf/zmarkdown2pdf-0.0.1-SNAPSHOT-fat.jar -conf /opt/z-to-pdf/conf.json"