Fixed not expected error in supervisor
This commit is contained in:
parent
8a69c64de3
commit
83baa09384
|
@ -33,9 +33,11 @@ command=./src/port_forward.sh
|
||||||
autorestart=false
|
autorestart=false
|
||||||
priority=1
|
priority=1
|
||||||
|
|
||||||
|
;startsecs to fix "not expected" error. see: https://github.com/Supervisor/supervisor/issues/212#issuecomment-47933372
|
||||||
[program:android-screen-mirror]
|
[program:android-screen-mirror]
|
||||||
command=./src/asm.sh
|
command=./src/asm.sh
|
||||||
autorestart=false
|
autorestart=false
|
||||||
|
startsecs=0
|
||||||
stdout_logfile=%(ENV_LOG_PATH)s/android-screen-mirror.stdout.log
|
stdout_logfile=%(ENV_LOG_PATH)s/android-screen-mirror.stdout.log
|
||||||
stderr_logfile=%(ENV_LOG_PATH)s/android-screen-mirror.stderr.log
|
stderr_logfile=%(ENV_LOG_PATH)s/android-screen-mirror.stderr.log
|
||||||
priority=3
|
priority=3
|
||||||
|
|
Loading…
Reference in a new issue