rc-local.service revision e3aa71c38cbecb24e6333411ee19814796a5b1d0
2N/A# This file is part of systemd.
2N/A#
2N/A# systemd is free software; you can redistribute it and/or modify it
2N/A# under the terms of the GNU General Public License as published by
2N/A# the Free Software Foundation; either version 2 of the License, or
2N/A# (at your option) any later version.
2N/A
2N/A[Unit]
2N/ADescription=/etc/rc.local Compatibility
2N/AConditionPathExists=/etc/rc.local
2N/A
2N/A[Service]
2N/AType=forking
2N/AExecStart=/etc/rc.local start
2N/ATimeoutSec=0
2N/AStandardOutput=tty
2N/ARemainAfterExit=yes
2N/ASysVStartPriority=99
2N/A