systemd-rc-local-generator(8) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | COLOPHON

SYSTEMD-RC-LOCAL-GENERATOR(8)d-rc-local-generatorD-RC-LOCAL-GENERATOR(8)

NAME         top

       systemd-rc-local-generator - Compatibility generator for starting
       /etc/rc.local during boot

SYNOPSIS         top

       /usr/lib/systemd/system-generators/systemd-rc-local-generator

DESCRIPTION         top

       systemd-rc-local-generator is a generator that checks whether
       /etc/rc.local exists and is executable, and if it is pulls the
       rc-local.service unit into the boot process. This unit is
       responsible for running this script during late boot. Note that
       the script will be run with slightly different semantics than the
       original System V version, which was run "last" in the boot
       process, which is a concept that does not translate to systemd.
       The script is run after network.target, but in parallel with most
       other regular system services.

       Support for /etc/rc.local is provided for compatibility with
       specific System V systems only. However, it is strongly
       recommended to avoid making use of this script today, and instead
       provide proper unit files with appropriate dependencies for any
       scripts to run during the boot process. Note that the path to the
       script is set a compile time and varies between distributions.

       systemd-rc-local-generator implements systemd.generator(7).

SEE ALSO         top

       systemd(1), systemctl(1)

COLOPHON         top

       This page is part of the systemd (systemd system and service
       manager) project.  Information about the project can be found at
       ⟨http://www.freedesktop.org/wiki/Software/systemd⟩.  If you have
       a bug report for this manual page, see
       ⟨http://www.freedesktop.org/wiki/Software/systemd/#bugreports⟩.
       This page was obtained from the project's upstream Git repository
       ⟨https://github.com/systemd/systemd.git⟩ on 2020-12-18.  (At that
       time, the date of the most recent commit that was found in the
       repository was 2020-12-18.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there
       is a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

systemd 247                                SYSTEMD-RC-LOCAL-GENERATOR(8)

Pages that refer to this page: systemd.directives(7)systemd.generator(7)systemd.index(7)