mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
systemd: dbus: add --runstatedir=/run
This prevents a reference to /var/run in /usr/lib/tmpfiles.d/dbus.conf, which would cause a warning from systemd-tmpfiles. --with-system-pid-file=/run/dbus/pid is not needed with this, but --with-console-auth-dir and --with-system-socket are still needed.
This commit is contained in:
parent
ac47b252fe
commit
408f4ae838
@ -51,12 +51,12 @@
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--runstatedir=/run \
|
||||
--disable-static \
|
||||
--disable-doxygen-docs \
|
||||
--disable-xml-docs \
|
||||
--docdir=/usr/share/doc/dbus-&dbus-version; \
|
||||
--with-console-auth-dir=/run/console \
|
||||
--with-system-pid-file=/run/dbus/pid \
|
||||
--with-system-socket=/run/dbus/system_bus_socket</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
@ -72,7 +72,7 @@
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>--with-system-pid-file=/run/dbus/pid</parameter> and
|
||||
<parameter>--runstatedir=/run</parameter> and
|
||||
<parameter>--with-system-socket=/run/dbus/system_bus_socket</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user