Browse Source

[CI SKIP]

robert 1 năm trước cách đây
mục cha
commit
80be000093
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      supervisord.conf

+ 13 - 0
supervisord.conf

@@ -17,3 +17,16 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
 
 [supervisorctl]
 serverurl=unix:///var/run/supervisor/supervisor.sock ; use a unix:// URL  for a unix socket
+
+[program:eavideo-admin]
+command=$JAVA_HOME/bin/java -jar eavideo-admin.jar
+directory=/app/wapage
+autostart = true
+autorestart = true
+redirect_stderr=true
+startsecs=30
+stdout_logfile=/app/wapage/admin.log
+stdout_logfile_maxbytes=200MB
+stdout_logfile_backups=10 
+stderr_logfile=/app/wapage/err.log
+stderr_logfile_maxbytes=100MB