| 12345678910111213141516171819202122232425262728293031323334 | [buildout]extends = base.cfgdevelop = .eggs =    searxparts +=    pyscripts    supervisor    crontab_reboot[pyscripts]recipe = zc.recipe.egg:scripteggs = ${buildout:eggs}interpreter = py[supervisor]recipe = collective.recipe.supervisorhttp-socket = unixuser = searxerpassword = ohpleasedochangemefile = /tmp/supervisor.sockchmod = 0700programs =    50 searx    ${buildout:bin-directory}/searx-run[crontab_reboot]recipe = z3c.recipe.usercrontabtimes = @rebootcommand = ${buildout:bin-directory}/supervisord
 |