systemd: add sysusers.d snippet for booting up with unpopulated /etc
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Dec 2016 17:14:11 +0000 (18:14 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2017 14:49:52 +0000 (14:49 +0000)
commite8617fbd27d8ec058511927cabb6a405ebcdca9e
tree2e304a7c32abef67aa27f4362a9d959600b004d2
parentf097ac9f8a32d83c5606ed9303f40cc5761f9d05
systemd: add sysusers.d snippet for booting up with unpopulated /etc

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
bus/Makefile.am
bus/sysusers.d/dbus.conf.in [new file with mode: 0644]
configure.ac