The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::Build::Service::gearmand - Service implementation for gearmand

VERSION

version 0.91

SYNOPSIS

  $self->services ([[gearmand => 1]]);

DESCRIPTION

This is a service definition for gearman. By default we start the service listening to on localhost:4730 with no config. You can use the following arguments to the service definition to customize this.

ATTRIBUTES

command

The command line to use when invoking gearmand. Defaults to:

  <bin> -L <listen> -p <port> --verbose DEBUG

listen

If you just want gearmand to listen on a different address, specify the address here.

port

If you just want gearmand to listen on a different port, specify the port here.

OTHER

See Module::Build::Service::Base and Module::Build::Service::Fork for more configurable attributes.

AUTHOR

Michael Alan Dorman <mdorman@ironicdesign.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Ironic Design, Inc..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.