diff options
| author | Luca Boccassi <luca.boccassi@gmail.com> | 2026-07-07 23:26:17 +0100 |
|---|---|---|
| committer | Luca Boccassi <luca.boccassi@gmail.com> | 2026-07-07 23:26:17 +0100 |
| commit | 884afd866f5138f5a400ab2cc754fa96df74cd88 (patch) | |
| tree | ab05bcda33a1d8b3f59cb6871e72f6d409c63b1b /debian/lacme.sysusers | |
| parent | 61c7869ddd55369b1a652b5fafb8f27215c6c9dd (diff) | |
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.
Diffstat (limited to 'debian/lacme.sysusers')
| -rw-r--r-- | debian/lacme.sysusers | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
