Cross Reference:
xref
: /
systemd
/
units
/
fedora
/
rc-local.service
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
rc-local.service revision dfca381db341205b7a68f40ef2b7550ac6972cab
4131
N/A
# This file is part of systemd.
4314
N/A
#
4131
N/A
# systemd is free software; you can redistribute it
and/or
modify it
4131
N/A
# under the terms of the GNU General Public License as published by
4131
N/A
# the Free Software Foundation; either version 2 of the License, or
4131
N/A
# (at your option) any later version.
4131
N/A
4131
N/A
[Unit]
4131
N/A
Description=
/etc/rc.local
Compatibility
4131
N/A
Requires=
basic.target
4131
N/A
Conflicts=
shutdown.target
4131
N/A
4131
N/A
# The
rcN.d
symlink uses the name "local" while the script itself is
4131
N/A
# called "
rc.local
", hence carry both names here.
4131
N/A
Names=
rc-local.service
local.service
4131
N/A
4131
N/A
[Service]
4131
N/A
ExecStart=
/etc/rc.local
start
4131
N/A
Type=simple
4131
N/A
TimeoutSec=0
4131
N/A
StandardInput=tty
4131
N/A
ValidNoProcess=yes
4131
N/A
SysVStartPriority=99
4131
N/A