mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
31728d5493
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
[supervisord]
|
|
nodaemon = true
|
|
|
|
[program:fighweel]
|
|
command = make startdev-android-real
|
|
autorestart = true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stdout
|
|
stderr_logfile_maxbytes=0
|
|
|
|
[program:adbd]
|
|
command = adb -a -P 5037 server nodaemon
|
|
autorestart = true
|