summaryrefslogtreecommitdiffstats
path: root/ipapython/platform/systemd.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle upgrade issues with systemd in Fedora 16 and aboveAlexander Bokovoy2012-02-081-10/+6
| | | | | | | | | | | | Since 389-ds-base-1.2.10-0.8.a7 Directory Server's systemd settings are configured via /etc/sysconfig/dirsrv.systemd. It means logic change in systemd/fedora16 platform of FreeIPA. Additionally, existing installs need to be handled during upgrade. Fixes: https://fedorahosted.org/freeipa/ticket/2117 https://fedorahosted.org/freeipa/ticket/2300
* Add support for systemd environments and use it to support Fedora 16Alexander Bokovoy2011-10-241-0/+204
https://fedorahosted.org/freeipa/ticket/1192