rc-local.service revision dfca381db341205b7a68f40ef2b7550ac6972cab
4131N/A# This file is part of systemd.
4314N/A#
4131N/A# systemd is free software; you can redistribute it and/or modify it
4131N/A# under the terms of the GNU General Public License as published by
4131N/A# the Free Software Foundation; either version 2 of the License, or
4131N/A# (at your option) any later version.
4131N/A
4131N/A[Unit]
4131N/ADescription=/etc/rc.local Compatibility
4131N/ARequires=basic.target
4131N/AConflicts=shutdown.target
4131N/A
4131N/A# The rcN.d symlink uses the name "local" while the script itself is
4131N/A# called "rc.local", hence carry both names here.
4131N/ANames=rc-local.service local.service
4131N/A
4131N/A[Service]
4131N/AExecStart=/etc/rc.local start
4131N/AType=simple
4131N/ATimeoutSec=0
4131N/AStandardInput=tty
4131N/AValidNoProcess=yes
4131N/ASysVStartPriority=99
4131N/A