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
This commit is contained in:
Michal Schmidt 2011-11-09 08:58:36 +01:00
parent c99e42c1db
commit 9d7286112d

View File

@ -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