mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-01 20:10:32 +00:00
Create supervisord.conf
This commit is contained in:
parent
2c75588920
commit
d572cfb1d8
1 changed files with 12 additions and 0 deletions
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 a new issue