status-react/supervisord.conf
Andrea Maria Piana 31728d5493
Add docker-compose for development build
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-04-11 14:58:38 +01:00

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