NAME
WebService::OPNsense::Kea::Service - Kea service controller
VERSION
version 0.001
SYNOPSIS
my $service = $opn->kea_service;
my $status = $service->status;
$service->start;
$service->stop;
$service->restart;
$service->reconfigure;
DESCRIPTION
Kea service lifecycle management.
NAME
WebService::OPNsense::Kea::Service - Kea service controller
METHODS
reconfigure
my $result = $service->reconfigure;
Reconfigures the Kea service.
restart
my $result = $service->restart;
Restarts the Kea service.
start
my $result = $service->start;
Starts the Kea service.
status
my $status = $service->status;
Returns the current status of the Kea service.
stop
my $result = $service->stop;
Stops the Kea service.
AUTHOR
Dean Hamstead <dean@fragfest.com.au>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2026 by Dean Hamstead.
This is free software, licensed under:
The MIT (X11) License