e43452d
From a8fda0ca8760ccad7630b9dd4b544577ce97d232 Mon Sep 17 00:00:00 2001
e43452d
From: Michal Schmidt <mschmidt@redhat.com>
e43452d
Date: Wed, 9 Nov 2011 08:58:36 +0100
f1996ec
Subject: [PATCH] units/fedora: let rc-local.service log to syslog
e43452d
e43452d
rc-local.service should not be excluded from the default stdout logging.
e43452d
e43452d
Missing logs were noticed by Andrew McNabb in
e43452d
 https://bugzilla.redhat.com/show_bug.cgi?id=750032#c3
e43452d
(cherry picked from commit 9d7286112d8b54da0294ca0d6bbd7314d890b7e2)
e43452d
---
e43452d
 units/fedora/rc-local.service |    1 -
e43452d
 1 files changed, 0 insertions(+), 1 deletions(-)
e43452d
e43452d
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service
e43452d
index f5f940f..106b12c 100644
e43452d
--- a/units/fedora/rc-local.service
e43452d
+++ b/units/fedora/rc-local.service
e43452d
@@ -13,6 +13,5 @@ ConditionFileIsExecutable=/etc/rc.d/rc.local
e43452d
 Type=forking
e43452d
 ExecStart=/etc/rc.d/rc.local start
e43452d
 TimeoutSec=0
e43452d
-StandardOutput=tty
e43452d
 RemainAfterExit=yes
e43452d
 SysVStartPriority=99
e43452d
-- 
e43452d
1.7.7.5
e43452d