mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Create supervisord.conf
This commit is contained in:
parent
2c75588920
commit
d572cfb1d8
12
appmanage/config/supervisord.conf
Normal file
12
appmanage/config/supervisord.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user