binary1ne commited on
Commit
53827f2
·
verified ·
1 Parent(s): d9dcfcc

Update supervisord.conf

Browse files
Files changed (1) hide show
  1. supervisord.conf +1 -0
supervisord.conf CHANGED
@@ -3,6 +3,7 @@ nodaemon=true
3
  logfile=/dev/stdout
4
  logfile_maxbytes=0
5
  loglevel=debug
 
6
 
7
  [program:xvfb]
8
  command=Xvfb :99 -screen 0 %(ENV_RESOLUTION)s -ac +extension GLX +render -noreset
 
3
  logfile=/dev/stdout
4
  logfile_maxbytes=0
5
  loglevel=debug
6
+ pidfile=/tmp/supervisord.pid
7
 
8
  [program:xvfb]
9
  command=Xvfb :99 -screen 0 %(ENV_RESOLUTION)s -ac +extension GLX +render -noreset