mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 10:20:17 +01:00
Merge branch 'dbus-localstatedir' into 'main'
Add user,group when systemd tmpfiles creates localstatedir See merge request dbus/dbus!545
This commit is contained in:
commit
b54565b9e9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Make ${localstatedir}/lib/dbus (required for systemd < 237)
|
||||
# Adjust mode and ownership if it already exists.
|
||||
d @EXPANDED_LOCALSTATEDIR@/lib/dbus 0755 - - -
|
||||
d @EXPANDED_LOCALSTATEDIR@/lib/dbus @DBUS_USER@ @DBUS_USER@ 0755 - - -
|
||||
|
||||
# Make ${localstatedir}/lib/dbus/machine-id a symlink to /etc/machine-id
|
||||
# if it does not already exist
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue