Explorar el Código

更新 'supervisord.conf'

robert hace 3 años
padre
commit
3158624565
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      supervisord.conf

+ 1 - 1
supervisord.conf

@@ -20,7 +20,7 @@ serverurl=unix:///var/run/supervisor/supervisor.sock ; use a unix:// URL  for a
 
 
 [program:book-api]
-command=/app/soft/resin-4.0.65/bin/resin.sh start        ; the program (relative uses PATH, can take args)
+command=/app/soft/resin-4.0.65/bin/resin.sh console        ; the program (relative uses PATH, can take args)
 process_name=%(program_name)s ; process_name expr (default %(program_name)s)
 autostart=true                ; start at supervisord start (default: true)
 autorestart=true              ; retstart at unexpected quit (default: true)