]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/fedora/rc-local.service
rc-local: no need to check if the script is executable
[thirdparty/systemd.git] / units / fedora / rc-local.service
CommitLineData
5e6afdd3
LP
1# This file is part of systemd.
2#
5e6afdd3
LP
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
5e6afdd3 7
15673083
MS
8# This unit gets pulled automatically into multi-user.target by
9# systemd-rc-local-generator if /etc/rc.d/rc.local is executable.
5e6afdd3 10[Unit]
15673083 11Description=/etc/rc.d/rc.local Compatibility
5e6afdd3 12
5e6afdd3 13[Service]
ddd941ed 14Type=forking
1616acbb 15ExecStart=/etc/rc.d/rc.local start
1e3fc654 16TimeoutSec=0
02ee865a 17RemainAfterExit=yes
5e6afdd3 18SysVStartPriority=99