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.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.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.local is provided for compatibility with specific
24 System V systems only. However, it is strongly recommended to avoid
25 making use of this script today, and instead provide proper unit files
26 with appropriate dependencies for any scripts to run during the boot
27 process.
28
29 systemd-rc-local-generator implements systemd.generator(7).
30
32 systemd(1), systemctl(1)
33
34
35
36systemd 243 SYSTEMD-RC-LOCAL-GENERATOR(8)