Skip to content

Commit

Permalink
Removed all except the essential services from services.ini. internet…
Browse files Browse the repository at this point in the history
…archive#104

Now we are left with 3 services. solr, memcached and ol-gunicorn.
  • Loading branch information
Anand Chitipothu committed Dec 14, 2011
1 parent 1b3250e commit 3afd542
Showing 1 changed file with 1 addition and 79 deletions.
80 changes: 1 addition & 79 deletions conf/services.ini
Expand Up @@ -11,91 +11,13 @@ priority=100
command=memcached -p 7060
priority=100

[program:couchdb]
command=bash bin/couchdb
directory=usr/local
stdout_logfile = var/log/couchdb.log
redirect_stderr = true
priority=100

[program:couchdb-lucene]
command = bash bin/run
directory = usr/local/couchdb-lucene-0.6-SNAPSHOT
stdout_logfile = var/log/couchdb-lucene.log
redirect_stderr = true
priority=100

[program:infobase]
command = scripts/infobase-server conf/infobase.yml 7000
stdout_logfile = var/log/infobase.log
redirect_stderr = true
environment=PYTHONPATH=conf
priority=100

[program:coverstore]
command = scripts/coverstore-server conf/coverstore.yml --gunicorn -w 2 -b 0.0.0.0:7075 --log-level=debug
stdout_logfile = var/log/coverstore.log
redirect_stderr = true
priority=200

[program:openlibrary]
command = scripts/openlibrary-server conf/openlibrary.yml --gunicorn -w 2 -b 0.0.0.0:8000 -t 60 --log-level=debug
command = scripts/openlibrary-server conf/openlibrary.yml --gunicorn -w 2 -b 0.0.0.0:8080 -t 60 --log-level=debug --with-coverstore
stdout_logfile = /dev/tty
redirect_stderr = true
priority=200
environment=PYTHONPATH=conf

; [program:admin]
; command = scripts/openlibrary-server conf/openlibrary.yml --admin -w 2 -b 0.0.0.0:8001 -t 60 --log-level=debug
; stdout_logfile = /dev/tty
; redirect_stderr = true
; priority=200

[program:loan_server]
command = scripts/fake_loan_server.py 8010
stdout_logfile = /dev/tty
redirect_stderr = true
priority=200

;[program:list_updater]
;command = scripts/manage-lists.py log-replay conf/openlibrary.yml --offset-file var/run/list_updater.offset
;stdout_logfile = var/log/list_updater.log
;redirect_stderr = true
;autorestart = true
;priority=900

; [program:seed_updater]
; command = scripts/manage-lists.py update-seeds conf/openlibrary.yml
; stdout_logfile = var/log/seed_updater.log
; redirect_stderr = true
; autorestart = true
; priority=900

[program:solr_updater]
command = scripts/solr_update.py --server 0.0.0.0:8080 --conf conf/openlibrary.yml
stdout_logfile = var/log/solr_updater.log
redirect_stderr = true
autorestart = true
priority=900

[program:minicron]
command = scripts/minicron.py conf/crontab
stdout_logfile = var/log/minicron.log
redirect_stderr = true
autorestart = true
priority=900

[program:lighttpd]
command = lighttpd -D -f conf/lighttpd/lighttpd.conf
autorestart = true
priority=999

[program:celeryd]
command = celeryd --loglevel=INFO --logfile=var/log/celeryd.log
autorestart = true
priority = 999
environment=PYTHONPATH=conf

;; supervisor settings

[supervisord]
Expand Down

0 comments on commit 3afd542

Please sign in to comment.