summaryrefslogtreecommitdiffstats
path: root/init/SystemV
Commit message (Collapse)AuthorAgeFilesLines
* Build: remove init/SystemV directoryPetr Spacek2016-11-092-160/+0
| | | | | | | | | | FreeIPA has hard dependency on systemd for a long time already. SystemV directory was just polluting the tarball (while being useless). https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
* Add ipa_memcached serviceJohn Dennis2012-02-091-0/+120
| | | | | | | | | | | | | | | | | | | | | | | * Adds ipa_memcached SystemV initscript * Adds ipa_memcached service file and tmpfiles.d/ipa.conf to recreate /var/run/ipa_memcached on reboot. * Adds ipa_memcached config file * Adds memcacheinstnace.py to manage ipa_memcaced as as SimpleService object. * Updates the IPA service list to include ipa_memcached, at service positon 39, httpd is position 40 * Updates the spec file: - requires the memcached daemon and python client - installs service or initscripts depending on OS - installs config file - creates /var/run/ipa_memcached directory * Modifies ipa-server-install to install ipa_memcached
* Add support for systemd environments and use it to support Fedora 16Alexander Bokovoy2011-10-241-0/+40
https://fedorahosted.org/freeipa/ticket/1192