mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
9d7286112d
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
18 lines
488 B
Desktop File
18 lines
488 B
Desktop File
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=/etc/rc.local Compatibility
|
|
ConditionFileIsExecutable=/etc/rc.d/rc.local
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/etc/rc.d/rc.local start
|
|
TimeoutSec=0
|
|
RemainAfterExit=yes
|
|
SysVStartPriority=99
|