mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-10 15:10:18 +01:00
This adds a "sysusers.d" snippet for creating the system user "dbus" at boot, if it is missing, in order to support stateless systems that boot up with an empty /etc and need static information for determining which system users to create. This is only installed on systemd-based systems. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99162
5 lines
212 B
Text
5 lines
212 B
Text
# sysusers.d snippet for creating the D-Bus system user automatically
|
|
# at boot on systemd-based systems that ship with an unpopulated
|
|
# /etc. See sysusers.d(5) for details.
|
|
|
|
u @DBUS_USER@ - "System Message Bus"
|