Changeset 408f4ae8


Ignore:
Timestamp:
03/13/2022 08:12:55 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
582da16, 8df35e0
Parents:
ac47b25
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/dbus.xml

    rac47b25 r408f4ae8  
    5252            --sysconfdir=/etc                    \
    5353            --localstatedir=/var                 \
     54            --runstatedir=/run                   \
    5455            --disable-static                     \
    5556            --disable-doxygen-docs               \
     
    5758            --docdir=/usr/share/doc/dbus-&dbus-version; \
    5859            --with-console-auth-dir=/run/console \
    59             --with-system-pid-file=/run/dbus/pid \
    6060            --with-system-socket=/run/dbus/system_bus_socket</userinput></screen>
    6161
     
    7373      <varlistentry>
    7474        <term>
    75           <parameter>--with-system-pid-file=/run/dbus/pid</parameter> and
     75          <parameter>--runstatedir=/run</parameter> and
    7676          <parameter>--with-system-socket=/run/dbus/system_bus_socket</parameter>
    7777        </term>
Note: See TracChangeset for help on using the changeset viewer.