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

Mojo::Script::DaemonPrefork - 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 script interface to Mojo::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);