summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/Systemd.py
Commit message (Collapse)AuthorAgeFilesLines
* Add basic support for systemd services.Jeffrey C. Ollie2011-04-191-0/+59
To use, add "Systemd" to the "drivers" option in the "client" section of bcfg2.conf on the client. Then, define services on the server like this: <Service name="rabbitmq-server" status="on" reload="restart" type="systemd"/>