]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/fedora/rc-local.service
relicense to LGPLv2.1 (with exceptions)
[thirdparty/systemd.git] / units / fedora / rc-local.service
CommitLineData
5e6afdd3
LP
1# This file is part of systemd.
2#
5e6afdd3 3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
5e6afdd3 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
91b684c7 12After=network.target
5e6afdd3 13
5e6afdd3 14[Service]
ddd941ed 15Type=forking
1616acbb 16ExecStart=/etc/rc.d/rc.local start
1e3fc654 17TimeoutSec=0
02ee865a 18RemainAfterExit=yes
5e6afdd3 19SysVStartPriority=99