]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/rc-local.service.in
Merge pull request #1744 from evverx/fix-debug-generator
[thirdparty/systemd.git] / units / rc-local.service.in
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 8# This unit gets pulled automatically into multi-user.target by
b1c4ca25 9# systemd-rc-local-generator if @RC_LOCAL_SCRIPT_PATH_START@ is executable.
5e6afdd3 10[Unit]
b1c4ca25
LP
11Description=@RC_LOCAL_SCRIPT_PATH_START@ Compatibility
12ConditionFileIsExecutable=@RC_LOCAL_SCRIPT_PATH_START@
91b684c7 13After=network.target
5e6afdd3 14
5e6afdd3 15[Service]
ddd941ed 16Type=forking
b1c4ca25 17ExecStart=@RC_LOCAL_SCRIPT_PATH_START@ start
1e3fc654 18TimeoutSec=0
02ee865a 19RemainAfterExit=yes