|
|
| |
OpenXPKI::Server::API2::Plugin::Control::control_watchdog(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::API2::Plugin::Control::control_watchdog(3) |
OpenXPKI::Server::API2::Plugin::Control::control_watchdog
Control the watchdog process.
Parameters
- •
- "action" Str - one of the
following (case insensitive):
- start: start a watchdog process.
Returns 1 if the process was started or 0 if the watchdog was
disabled via configuration.
- stop: stop all watchdog process(es)
- status: returns a HashRef with process information:
{
pid => [ ... ], # watchdog process IDs
children => $no, # number of child processes spawned as workers
}
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |