[CENTOS] spring‐boot supervisor - fourslickz/notes GitHub Wiki
mkdir ms-pdf.git
cd ms-pdf.git
git init --bare
cd hooks
touch post-receive
chmod +x post-receive
nano post-receive
sudo mkdir /var/www/html/qa/ms-pdf
sudo chown -R pramuka:pramuka /var/www/html/qa/ms-pdf
./mvnw clean package
[program:spring-boot-wordtopdf]
process_name=%(program_name)s_%(process_num)02d
directory=/var/www/html/qa/ms-pdf
command=/usr/lib/jvm/jdk-20-oracle-x64/bin/java -jar target/wordtopdf-0.0.1-SNAPSHOT.jar
#autostart=true
#autorestart=true
user=pramuka
#numprocs=1
redirect_stderr=true
stdout_logfile=/var/log/spring-boot-wordtopdf.log