mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
|
[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
|