summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/Systemd.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-59/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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"/>