1SYSTEMD-RC-LOCAL-GENERATOR(s8y)stemd-rc-local-generatSoYrSTEMD-RC-LOCAL-GENERATOR(8)
2
3
4
6 systemd-rc-local-generator - Compatibility generator for starting
7 /etc/rc.d/rc.local during boot
8
10 /usr/lib/systemd/system-generators/systemd-rc-local-generator
11
13 systemd-rc-local-generator is a generator that checks whether
14 /etc/rc.d/rc.local exists and is executable, and if it is pulls the
15 rc-local.service unit into the boot process. This unit is responsible
16 for running this script during late boot. Note that the script will be
17 run with slightly different semantics than the original System V
18 version, which was run "last" in the boot process, which is a concept
19 that does not translate to systemd. The script is run after
20 network.target, but in parallel with most other regular system
21 services.
22
23 Support for /etc/rc.d/rc.local is provided for compatibility with
24 specific System V systems only. However, it is strongly recommended to
25 avoid making use of this script today, and instead provide proper unit
26 files with appropriate dependencies for any scripts to run during the
27 boot process. Note that the path to the script is set a compile time
28 and varies between distributions.
29
30 systemd-rc-local-generator implements systemd.generator(7).
31
33 systemd(1), systemctl(1)
34
35
36
37systemd 246 SYSTEMD-RC-LOCAL-GENERATOR(8)