summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/Systemd.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'setup-options' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-03-031-3/+3
|\
| * Correct the name of the service_mode option.Gordon Messmer2016-02-171-3/+3
| |
* | Merge pull request #301 from AlexanderS/feature/systemd-extraChris St. Pierre2015-10-201-0/+14
|\ \ | |/ |/| Client/Tools/Systemd: Find extra entries
| * Client/Tools/Systemd: Find extra entriesAlexander Sulfrian2015-07-271-0/+14
| | | | | | | | Add FindExtra to get a listing of all extra systemd entries.
* | Client/Tools/Systemd: Do not stop services if status is set to ignoreAlexander Sulfrian2015-07-271-1/+1
|/
* Fix long line for test suite.Gordon Messmer2015-03-031-1/+2
|
* Add newline to fix test suite.Gordon Messmer2015-03-031-1/+1
|
* Fix long lines and additional changes for readability.Gordon Messmer2015-03-031-23/+27
|
* Improve systemd module so that it resembles more mature modules.Gordon Messmer2015-03-031-13/+45
|
* Remove trailing white space.Gordon Messmer2014-10-291-2/+2
|
* Add remaining systemd unit types.Gordon Messmer2014-10-281-1/+3
|
* Add docstring for new function.Gordon Messmer2014-10-221-0/+1
|
* If a service name ends with .service, .socket, or .target, do notGordon Messmer2014-10-211-2/+9
| | | | automatically add ".service" to the end when calling systemctl. This change allows users to manage sockets and targets using systemctl.
* 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>