diff options
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 63003ac68..761467acd 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -68,6 +68,7 @@ meson setup \ -Dmode=release \ -Dpamconfdir=no \ -Ddev-kvm-mode=0660 \ + -Dnobody-group=nogroup \ -Ddocdir=/usr/share/doc/systemd-&systemd-version; \ ..</userinput></screen> @@ -178,6 +179,14 @@ meson setup \ consider it dangerous. This option overrides it.</para> </listitem> </varlistentry> + + <varlistentry> + <term><parameter>-Dnobody-group=nogroup</parameter></term> + <listitem> + <para>Tell the package the group name with GID 65534 is + <systemitem class='groupname'>nogroup</systemitem>.</para> + </listitem> + </varlistentry> </variablelist> <para>Compile the package:</para> |