mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:mysqld]
|
|
command=/usr/bin/mysqld_safe
|
|
autostart=true
|
|
autorestart=true
|
|
user=root
|
|
|
|
[program:cloudstack]
|
|
command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120"
|
|
directory=/root
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
user=root
|