Create supervisord.conf

This commit is contained in:
qiaofeng1227 2023-04-04 09:22:26 +08:00 committed by GitHub
parent 2c75588920
commit d572cfb1d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
[supervisord]
nodaemon=false
[program:appmanage]
command=java -jar jenkins.war --httpPort=8080
autostart=true
directory=/data/apps/jenkins
[program:job]
command=java -jar jenkins.war --httpPort=8080
autostart=true
directory=/data/apps/jenkins