NAME
poeikcd - POE IKC daemon
SYNOPSIS
poeikcd {start|stop|restart} [options]
eg:
poeikcd start -p 47225
poeikcd stop -p 47225
Options:
-p, --port=# : Port number to use for connection.
-a --alias=s : Symbolic name, or session alias methods
-f --foreground : Run in the foreground
STDOUT & STDERR It outputs.
eg) poeikcd start -f >> ~/logs.txt 2>1& &
-Idirectory : specify @INC/#include directory
--lib eg) -I=~/lib:/mylib/ or --lib=~/lib:/mylib/
-v --version : show version number
-d --debug : debug mode. Run in the foreground
STDOUT & STDERR It outputs.
-h --help : show this help screen
DESCRIPTION
poeikcd (POEIKCdaemon) is daemon of POE::Component::IKC
AUTHOR
Yuji Suzuki <yuji.suzuki.perl@gmail.com>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.