diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-01-10 19:49:37 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-01-10 19:49:37 +0100 |
| commit | db615aa1a36cb5e136f6c264295a6e59f7466a9d (patch) | |
| tree | d2b914aba39f9a095dcd0e7bc305c848605d18fb /production.cfg | |
| parent | 66f48c2bf5b84f6f7b52b1ba7217a1aadf5717b7 (diff) | |
| parent | c873ddd7fbbc6275d6f4eb5ff873768bf9c8a48c (diff) | |
Merge remote-tracking branch 'origin/install-refactor'
Diffstat (limited to 'production.cfg')
| -rw-r--r-- | production.cfg | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/production.cfg b/production.cfg deleted file mode 100644 index ea40682d8..000000000 --- a/production.cfg +++ /dev/null @@ -1,34 +0,0 @@ -[buildout] -extends = base.cfg -develop = . - -eggs = - searx - -parts += - pyscripts - supervisor - crontab_reboot - - -[pyscripts] -recipe = zc.recipe.egg:script -eggs = ${buildout:eggs} -interpreter = py - - -[supervisor] -recipe = collective.recipe.supervisor -http-socket = unix -user = searxer -password = ohpleasedochangeme -file = /tmp/supervisor.sock -chmod = 0700 -programs = - 50 searx ${buildout:bin-directory}/searx-run - - -[crontab_reboot] -recipe = z3c.recipe.usercrontab -times = @reboot -command = ${buildout:bin-directory}/supervisord |