NAME
Convos::Command::backend - Start convos backend
DESCRIPTION
This convos command will start the convos backend in a standalone process. At the same time a lock file is created preventing a frontend from starting the backend.
This process will detach to background unless -f
is sepecified after creating the lock file.
ATTRIBUTES
description
Returns a description about this command.
usage
Returns a string describing how to use this command.
METHODS
run
This method creates a lock file which prevent a frontend from also starting the backend. Will then call "start" in Convos::Core and "start" in Convos::Proxy. The proxy will only be started if enabled in the config file.
COPYRIGHT
Nordaaker
AUTHOR
Jan Henning Thorsen - jhthorsen@cpan.org