mirror of https://github.com/OpenVidu/openvidu.git
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
![]() |
[supervisord]
|
||
|
nodaemon=true
|
||
|
logfile=/var/log/supervisor/supervisord.log;
|
||
|
pidfile=/var/run/supervisord.pid;
|
||
|
loglevel=debug
|
||
|
|
||
|
[program:kms]
|
||
|
command=/bin/bash /kms.sh
|
||
|
redirect_stderr=true
|
||
|
|
||
|
[program:openvidu-server]
|
||
![]() |
command=/bin/bash -c "java -jar -Dspring.config.additional-location=classpath:/application-container.properties /openvidu-server.jar"
|
||
![]() |
redirect_stderr=true
|