Config::Model::Backend::Systemd(3pm) | User Contributed Perl Documentation | Config::Model::Backend::Systemd(3pm) |
Config::Model::Backend::Systemd - R/W backend for systemd configurations files
version 0.254.1
# in systemd model rw_config => { 'backend' => 'Systemd' }
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.
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.
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.
Dominique Dumont
This software is Copyright (c) 2008-2022 by Dominique Dumont.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999
2023-11-26 | perl v5.36.0 |