From 08fcc7e25af54379eec87f4e22f8cd26db7ffbb0 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Thu, 30 Jun 2016 11:22:31 +0200 Subject: Do not log to file in remote conncheck side https://fedorahosted.org/freeipa/ticket/5757 Reviewed-By: Martin Babinsky --- install/oddjob/org.freeipa.server.conncheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/oddjob/org.freeipa.server.conncheck b/install/oddjob/org.freeipa.server.conncheck index ab7a46a86..9d57ea26e 100755 --- a/install/oddjob/org.freeipa.server.conncheck +++ b/install/oddjob/org.freeipa.server.conncheck @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/sbin/ipa-replica-conncheck --replica "$1" 2>&1 +exec /usr/sbin/ipa-replica-conncheck --no-log --replica "$1" 2>&1 -- cgit