Compare commits
5 Commits
a51a3247e5
...
8db8f99eb9
Author | SHA1 | Date |
---|---|---|
ignapk | 8db8f99eb9 | |
Yu Watanabe | c4e585a36b | |
Lennart Poettering | 1e42c269cb | |
Zbigniew Jędrzejewski-Szmek | c73624a553 | |
Zbigniew Jędrzejewski-Szmek | d5da196319 |
|
@ -268,7 +268,8 @@
|
||||||
independently, for example with <citerefentry
|
independently, for example with <citerefentry
|
||||||
project='man-pages'><refentrytitle>groupadd</refentrytitle><manvolnum>8</manvolnum></citerefentry>. If
|
project='man-pages'><refentrytitle>groupadd</refentrytitle><manvolnum>8</manvolnum></citerefentry>. If
|
||||||
non-existent groups that are listed there are ignored. This option may be used more than once, in
|
non-existent groups that are listed there are ignored. This option may be used more than once, in
|
||||||
which case all specified group lists are combined.</para></listitem>
|
which case all specified group lists are combined. If the user is currently a member of a group
|
||||||
|
which is not listed, the user will be removed from the group.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
|
|
@ -29,14 +29,15 @@
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>Description</title>
|
<title>Description</title>
|
||||||
|
|
||||||
<para><filename>systemd-modules-load.service</filename> is an
|
<para><filename>systemd-modules-load.service</filename> is an early boot service that loads kernel
|
||||||
early boot service that loads kernel modules based on static
|
modules. It reads static configuration from files in <filename>/usr</filename> and
|
||||||
configuration.</para>
|
<filename>/etc</filename>, but also runtime configuration from <filename>/run</filename> and the kernel
|
||||||
|
command line (see below).</para>
|
||||||
|
|
||||||
<para>See
|
<para>See
|
||||||
<citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
|
<citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
|
||||||
for information about the configuration of this service.</para>
|
information about the configuration format of this service and paths where configuration files can be
|
||||||
|
created.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
|
|
@ -116,7 +116,7 @@ static int link_push_uplink_to_dhcp_server(
|
||||||
case SD_DHCP_LEASE_LPR:
|
case SD_DHCP_LEASE_LPR:
|
||||||
/* For the other server types we currently do not allow local configuration of server data,
|
/* For the other server types we currently do not allow local configuration of server data,
|
||||||
* since there are typically no local consumers of the data. */
|
* since there are typically no local consumers of the data. */
|
||||||
;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
assert_not_reached("Unexpected server type");
|
assert_not_reached("Unexpected server type");
|
||||||
|
|
Loading…
Reference in New Issue