Back to home page

EIC code displayed by LXR

 
 

    


Warning, /harvester/templates/panda/panda_supervisord.cfg.rpmnew.template is written in an unsupported language. File is not indexed.

0001 [supervisord]
0002 
0003 # main log file
0004 logfile=/var/log/panda/panda-supervisord.log
0005 
0006 # lock file
0007 pidfile=/var/run/panda-supervisord.pid
0008 
0009 
0010 
0011 [program:panda-harvester]
0012 
0013 # command to launch harvester
0014 command=/etc/rc.d/init.d/panda_harvester start
0015 
0016 # home dir not to be on NFS
0017 directory=/
0018 
0019 # start at supervisord start
0020 autostart=true
0021 
0022 # restart if exited after running
0023 autorestart=true
0024 
0025 # signal used to kill process
0026 stopsignal=USR2
0027 
0028 # send stop signal to the UNIX process group
0029 stopasgroup=true
0030 
0031 # SIGKILL the UNIX process group
0032 killasgroup=true
0033 
0034 # redirect proc stderr to stdout
0035 redirect_stderr=true