robert %!s(int64=3) %!d(string=hai) anos
pai
achega
a9638f9162
Modificáronse 1 ficheiros con 1 adicións e 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         ; the program (relative uses PATH, can take args)
+command=/app/soft/resin-4.0.65/bin/resin.sh start        ; 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)