|
@@ -17,10 +17,3 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
|
|
|
|
[supervisorctl]
|
|
[supervisorctl]
|
|
serverurl=unix:///var/run/supervisor/supervisor.sock ; use a unix:// URL for a unix socket
|
|
serverurl=unix:///var/run/supervisor/supervisor.sock ; use a unix:// URL for a unix socket
|
|
-
|
|
|
|
-[program:eavideo-admin]
|
|
|
|
-command=/app/wapage/start.sh
|
|
|
|
-environment=JAVA_HOME="/usr/java/jdk1.8.0_271",JAVA_BIN="/usr/java/jdk1.8.0_271/bin"
|
|
|
|
-process_name=%(program_name)s
|
|
|
|
-autostart=true
|
|
|
|
-autorestart=false
|
|
|