updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / gearman / gearmand.conf
blob56bb885c0099d70f00ca151776019dbe9ffccd4b
1 # gearman startup script config options
3 # Options to pass to the gearman daemon (see the manual at gearman.org).
4 GEARMAN_OPTS=""
6 # Example options for a locally installed Sqlite3 database
7 #GEARMAN_OPTS="-q libsqlite3 --libsqlite3-db=/tmp/gearmandb --libsqlite3-table=gearman_queue"