Config::Model::Backend::Systemd (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) Standard preamble: ========================================================================
NAME
Config::Model::Backend::Systemd - R/W backend for systemd configurations filesVERSION
version 0.232.7SYNOPSIS
# in systemd model read_config => [ { 'backend' => 'Systemd' } ]
DESCRIPTION
Config::Model::Backend::Systemd provides a plugin class to enable Config::Model to read and write systemd configuration files. This class inherits Config::Model::Backend::Any is designed to be used by Config::Model::BackendMgr.Methods
read
This method scans systemd default directory and systemd config directory to create all units in Config::Model tree. The actual configuration parameters are read by Config::Model::Backend::Systemd::Unit.write
This method is a bit of a misnomer. It deletes configuration files of deleted service.The actual configuration parameters are written by Config::Model::Backend::Systemd::Unit.
AUTHOR
Dominique DumontCOPYRIGHT AND LICENSE
This software is Copyright (c) 2015-2017 by Dominique Dumont.This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999