summaryrefslogtreecommitdiff
path: root/man/elogind-rc-local-generator.xml
blob: 224773d96b1cbfd27e8b0ecc243ea3d6059f6a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0"?>
<!--*-nxml-*-->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
  SPDX-License-Identifier: LGPL-2.1+

  This file is part of elogind.

  Copyright 2017 Lennart Poettering
-->
<refentry id="elogind-rc-local-generator">

  <refentryinfo>
    <title>elogind-rc-local-generator</title>
    <productname>elogind</productname>

    <authorgroup>
      <author>
        <contrib>Developer</contrib>
        <firstname>Lennart</firstname>
        <surname>Poettering</surname>
        <email>lennart@poettering.net</email>
      </author>
    </authorgroup>
  </refentryinfo>

  <refmeta>
    <refentrytitle>elogind-rc-local-generator</refentrytitle>
    <manvolnum>8</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>elogind-rc-local-generator</refname>
    <refpurpose>Compatibility generator for starting <filename>/etc/rc.local</filename> and <filename>/usr/sbin/halt.local</filename> during boot and shutdown</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <para><filename>/usr/lib/elogind/system-generators/elogind-rc-local-generator</filename></para>
  </refsynopsisdiv>

  <refsect1>
    <title>Description</title>

    <para><filename>elogind-rc-local-generator</filename> is a generator that checks whether
    <filename>/etc/rc.local</filename> exists and is executable, and if it is pulls the
    <filename>rc-local.service</filename> 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 elogind. The
    script is run after <filename>network.target</filename>, but in parallel with most other regular system
    services.</para>

    <para><filename>elogind-rc-local-generator</filename> also checks whether <filename>/usr/sbin/halt.local</filename>
    exists and is executable, and if it is pulls the <filename>halt-local.service</filename> unit into the shutdown
    process. This unit is responsible for running this script during later shutdown.</para>

    <para>Support for both <filename>/etc/rc.local</filename> and <filename>/usr/sbin/halt.local</filename> is provided
    for compatibility with specific System V systems only. However, it is strongly recommended to avoid making use of
    these scripts today, and instead provide proper unit files with appropriate dependencies for any scripts to run
    during the boot or shutdown processes.</para>

    <para><filename>elogind-rc-local-generator</filename> implements
    <citerefentry><refentrytitle>elogind.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>.</para>
  </refsect1>

  <refsect1>
    <title>See Also</title>
    <para>
      <citerefentry><refentrytitle>elogind</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
      <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
    </para>
  </refsect1>

</refentry>