diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-11-09 08:58:36 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-11-09 09:22:30 +0100 |
commit | 9d7286112d8b54da0294ca0d6bbd7314d890b7e2 (patch) | |
tree | cfab237c44b4aca0d9f4e021fa3b25b5158050b8 | |
parent | c99e42c1db91eb1982b90a1aa631f4c4a765f95e (diff) |
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
-rw-r--r-- | units/fedora/rc-local.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index f5f940f7ee..106b12c677 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 |