From: Michal Schmidt Date: Wed, 9 Nov 2011 07:58:36 +0000 (+0100) Subject: units/fedora: let rc-local.service log to syslog X-Git-Tag: v38~197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d7286112d8b54da0294ca0d6bbd7314d890b7e2;p=platform%2Fupstream%2Fsystemd.git units/fedora: let rc-local.service log to syslog rc-local.service should not be excluded from the default stdout logging. Missing logs were noticed by Andrew McNabb in https://bugzilla.redhat.com/show_bug.cgi?id=750032#c3 --- diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index f5f940f..106b12c 100644 --- a/units/fedora/rc-local.service +++ b/units/fedora/rc-local.service @@ -13,6 +13,5 @@ ConditionFileIsExecutable=/etc/rc.d/rc.local Type=forking ExecStart=/etc/rc.d/rc.local start TimeoutSec=0 -StandardOutput=tty RemainAfterExit=yes SysVStartPriority=99