NAME
Mojo::Script::Daemon::Prefork - Prefork Daemon Script
SYNOPSIS
use Mojo::Script::Daemon::Prefork;
my $daemon = Mojo::Script::Daemon::Prefork->new;
$daemon->run(@ARGV);
DESCRIPTION
Mojo::Script::Daemon::Prefork is a simple script interface to Curse::Server::Daemon::Prefork.
ATTRIBUTES
Mojo::Script::Daemon::Prefork inherits all attributes from Mojo::Script and implements the following new ones.
description
my $description = $daemon->description;
$daemon = $daemon->description('Foo!');
METHODS
Mojo::Script::Daemon::Prefork inherits all methods from Mojo::Script and implements the following new ones.
run
$daemon = $daemon->run(@ARGV);