summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/Systemd.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Systemd: systemd is a replacement for chkconfig"Sol Jerome2014-04-061-2/+0
| | | | | | | | This reverts commit 690a18b5bb61516e5c11f6da3d788332373c196b. While systemd is meant to replace chkconfig, it appears that RHEL7 has both and does not provide systemd alternatives for certain SYSV init scripts by default.
* Systemd: systemd is a replacement for chkconfigSol Jerome2013-05-091-0/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* better Executor class for client toolsChris St. Pierre2013-02-141-20/+11
|
* Rules: Implement status='ignore' for all service typesSol Jerome2012-09-111-0/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵Chris St. Pierre2012-08-061-0/+1
| | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3.
* removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵Chris St. Pierre2012-08-031-1/+0
| | | | lxml.etree
* re-rationalized service modes to make them more consistent and granularChris St. Pierre2012-06-051-12/+5
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+59
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>