From 586fee293f42388510fa5436af19460bbe1fdec5 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 16 Mar 2016 09:04:42 +0100 Subject: Configure httpd service from installer instead of directly from RPM File httpd.service was created by RPM, what causes that httpd service may fail due IPA specific configuration even if IPA wasn't installed or was uninstalled (without erasing RPMs). With this patch httpd service is configured by httpd.d/ipa.conf during IPA installation and this config is removed by uninstaller, so no residual http configuration related to IPA should stay there. https://fedorahosted.org/freeipa/ticket/5681 Reviewed-By: Stanislav Laznicka --- init/systemd/httpd.service | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 init/systemd/httpd.service (limited to 'init') diff --git a/init/systemd/httpd.service b/init/systemd/httpd.service deleted file mode 100644 index 7ce8f04d8..000000000 --- a/init/systemd/httpd.service +++ /dev/null @@ -1,7 +0,0 @@ -.include /usr/lib/systemd/system/httpd.service - -[Service] -Environment=KRB5CCNAME=/var/run/httpd/ipa/krbcache/krb5ccache -Environment=KDCPROXY_CONFIG=/etc/ipa/kdcproxy/kdcproxy.conf -ExecStartPre=/usr/libexec/ipa/ipa-httpd-kdcproxy -ExecStopPost=-/usr/bin/kdestroy -A -- cgit