NAME

LibreCat::Cmd::worker - manage librecat worker processes

SYNOPSIS

    # this will start 2 LibreCat::Worker::Mailer worker processes
    # and 1 supervising process
    librecat worker mailer start --workers 2 --supervise
    # stop them again
    librecat worker mailer stop --workers 2 --supervise