mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07:00
Disabled auto restart
This commit is contained in:
+1
-2
@@ -37,8 +37,7 @@ priority=1
|
|||||||
;startsecs to fix "not expected" error. see: https://github.com/Supervisor/supervisor/issues/212#issuecomment-47933372
|
;startsecs to fix "not expected" error. see: https://github.com/Supervisor/supervisor/issues/212#issuecomment-47933372
|
||||||
[program:screen-copy]
|
[program:screen-copy]
|
||||||
command=./src/scrcpy.sh
|
command=./src/scrcpy.sh
|
||||||
autorestart=true
|
autorestart=false
|
||||||
startsecs=0
|
|
||||||
stdout_logfile=%(ENV_LOG_PATH)s/screen-copy.stdout.log
|
stdout_logfile=%(ENV_LOG_PATH)s/screen-copy.stdout.log
|
||||||
stderr_logfile=%(ENV_LOG_PATH)s/screen-copy.stderr.log
|
stderr_logfile=%(ENV_LOG_PATH)s/screen-copy.stderr.log
|
||||||
priority=3
|
priority=3
|
||||||
|
|||||||
Reference in New Issue
Block a user