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

PSA::All - manage multiple PSA-style applications on a system

SYNOPSIS

Normal commandline invocation:

 psa --all --daemon

From a script:

 use PSA qw(Init);
 PSA::Init::run({ all => 1, daemon => 1 }, "path");

DESCRIPTION

PSA::All will eventually be a simple way to start a number of PSA applications in one hit, via a master configuration file in /etc/psa.yml or ~/.psa.conf.

For now, this is a placeholder.