~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

« back to all changes in this revision

Viewing changes to debian/gearman-job-server.default

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2009-09-28 21:43:31 UTC
  • mto: (1.2.3 upstream) (6.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090928214331-9bku0d3v1b1ypgp4
ImportĀ upstreamĀ versionĀ 0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This is a configuration file for /etc/init.d/gearman-job-server; it allows
2
 
# you to perform common modifications to the behavior of the gearman-job-server
3
 
# daemon startup without editing the init script (and thus getting prompted by
4
 
# dpkg on upgrades).  We all love dpkg prompts.
5
 
 
6
 
# Examples ( from http://gearman.org/index.php?id=manual:job_server )
7
 
#
8
 
# Use drizzle as persistent queue store
9
 
# PARAMS="-q libdrizzle --libdrizzle-db=some_db --libdrizzle-table=gearman_queue"
10
 
#
11
 
# Use mysql as persistent queue store
12
 
# PARAMS="-q libdrizzle --libdrizzle-host=10.0.0.1 --libdrizzle-user=gearman \
13
 
#                       --libdrizzle-password=secret --libdrizzle-db=some_db \
14
 
#                       --libdrizzle-table=gearman_queue --libdrizzle-mysql"
15
 
#
16
 
# Missing examples for memcache persitent queue store...
17
 
 
18
 
# Parameters to pass to gearmand.
19
 
PARAMS="--listen=127.0.0.1"