my $serviceMan = ManaTools::Module::Services->new(); $serviceMan->start();
This module presents all the system service status and gives the availability to administrator to stop, start and active at boot them. From the original code drakx services.
You can find documentation for this module with the perldoc command: perldoc ManaTools::Module::Services
ManaTools::Module
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
$self: this object
DESCRIPTION
The BUILD method is called after a Moose object is created, in this methods Services loads all the service information.
$self: this object
DESCRIPTION
This method extends Module::start and is invoked to start adminService
$self: this object
DESCRIPTION
This methonds load service info into local attributes such as xinetd_services, on_services and all the available, services