From 884afd866f5138f5a400ab2cc754fa96df74cd88 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 7 Jul 2026 23:26:17 +0100 Subject: Install and use sysusers.d config files sysusers.d config files allow a package to use declarative configuration instead of manually written maintainer scripts. This also allows image-based systems to be created with /usr/ only, and also allows for factory resetting a system and recreating /etc/ on boot. https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html Note that this does not require a hard dependency on systemd, debhelper generates depetencies correctly so that they work out of the box on non-systemd and non-linux Debian builds seamlessly. --- debian/lacme.sysusers | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/lacme.sysusers (limited to 'debian/lacme.sysusers') diff --git a/debian/lacme.sysusers b/debian/lacme.sysusers new file mode 100644 index 0000000..2134456 --- /dev/null +++ b/debian/lacme.sysusers @@ -0,0 +1,2 @@ +u! _lacme-www -:nogroup "lacme www user" /nonexistent +u! _lacme-client -:nogroup "lacme client user" /nonexistent -- cgit v1.2.3