Browse Source

[CI SKIP]

robert 3 years ago
parent
commit
a9638f9162
1 changed files with 1 additions and 1 deletions
  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)