The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

monmd - is the daemon of MonM

SYNOPSIS

    monmd [-v] [-c /etc/monm.conf] [-d /tmp/monm]
      -k start|status|stop|restart|reload

DESCRIPTION

Is the daemon of MonM

See README file

OPTIONS

-c /etc/monm.conf, --config=/etc/monm.conf

Sets config file

Default: /etc/monm/monm.conf

-d /tmp/monm, --datadir=/tmp/monm

The directory of temporary files.

Default: system tmp directory (/tmp)

-h, --help

Show short help information and quit

-H, --longhelp

Show long help information and quit

-k start|status|stop|restart|reload

LSB command

-s, --safemode

This option enables safe mode. Not recommended, because this mode suppress any exceptions. The option allows wrap the calling of your run() method in eval{} construction and catche any errors that occur.

-v, --verbose

Verbose option. Include Verbose debug data in the STDOUT and to error-log output

-V, --version

Print the version number of the program and quit

AUTHOR

Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2022 D&D Corporation. All Rights Reserved

LICENSE

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

See https://dev.perl.org/licenses/