From 7387efa1068f2af2657cc23bfbb10e8a0c882533 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 15 Feb 2011 16:50:27 -0500 Subject: Temporary workaround for systemd brokeness on fedora 15 --- ipa.init | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipa.init') diff --git a/ipa.init b/ipa.init index b5a43c319..ead7df008 100755 --- a/ipa.init +++ b/ipa.init @@ -7,6 +7,8 @@ # configdir: /etc/ipa/ # +export SYSTEMCTL_SKIP_REDIRECT=1 + # Source function library. if [ -f /etc/rc.d/init.d/functions ] ; then . /etc/rc.d/init.d/functions -- cgit