
- so they don't get lost when servers are down. - also place runtime_code_path.jpg in imgs/ directory Change-Id: I614c51929cb7a624fd8c6720bc8fe17a62a8ab40
20 lines
891 B
Plaintext
20 lines
891 B
Plaintext
# This is a configuration file for /etc/default/gearman-job-server; it allows
|
|
# you to perform common modifications to the behavior of the gearman-job-server
|
|
# daemon startup without editing the init script (and thus getting prompted by
|
|
# dpkg on upgrades). We all love dpkg prompts.
|
|
|
|
# Examples ( from http://gearman.org/index.php?id=manual:job_server )
|
|
#
|
|
# Use drizzle as persistent queue store
|
|
# PARAMS="-q libdrizzle --libdrizzle-db=some_db --libdrizzle-table=gearman_queue"
|
|
#
|
|
# Use mysql as persistent queue store
|
|
# PARAMS="-q libdrizzle --libdrizzle-host=10.0.0.1 --libdrizzle-user=gearman \
|
|
# --libdrizzle-password=secret --libdrizzle-db=some_db \
|
|
# --libdrizzle-table=gearman_queue --libdrizzle-mysql"
|
|
#
|
|
# Missing examples for memcache persitent queue store...
|
|
|
|
# Parameters to pass to gearmand.
|
|
PARAMS="--listen=0.0.0.0 --verbose=DEBUG"
|