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

NAME

Clustericious::Command::start - Clustericious command to start a Clustericious application

VERSION

version 1.26

SYNOPSIS

In your MyApp.conf:

 ---
 start_mode: hypnotoad
 hypnotoad:
   pid: /tmp/restmd.pid
   [...]
   env:
     foo: bar

Then on the command line

 % myapp start

Which is equivalent to

 % foo=bar myapp hypnotoad --pid /tmp/restmd.pid [..]

DESCRIPTION

Start a daemon using the config file and the start_mode.

Keys and values in the configuration file become options preceded by double dashes.

If a key has a single dash, it is sent as is (with no double dash).

The special value null means don't send an argument to the command line option.

The special label env is an optional hash of environment variables to set before starting the command.

NAME

Clustericious::Command::start - Clustericious command to start a Clustericious application

SEE ALSO

Clustericious, Clustericious::Command::hypnotoad

AUTHOR

Original author: Brian Duggan

Current maintainer: Graham Ollis <plicease@cpan.org>

Contributors:

Curt Tilmes

Yanick Champoux

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by NASA GSFC.

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