systemd/sysusers.d
Frantisek Sumsal e4d216f2dc Revert "sysusers.d: create the user for systemd-journal-upload.service"
I have no idea what was my reasoning that led to this change, but it is
simply wrong: systemd-journal-upload.service uses
User=systemd-journal-upload together with DynamicUser=yes, so the user
doesn't have to (and shouldn't) exist before starting the service.

See:
  - 941afc4b90
  - db8b8fe77c

This reverts commit 5b9dfd33c6.
2023-12-04 19:44:10 +01:00
..
basic.conf.in sysusers: also add root group 2023-02-15 10:29:10 +09:00
meson.build meson: also allow setting GIT_VERSION via templates 2022-04-05 22:18:31 +02:00
README Add READMEs in all .d directories 2021-03-26 09:35:07 +01:00
systemd-coredump.conf sysusers: split up systemd.conf 2021-07-11 18:00:25 +02:00
systemd-journal.conf.in sysusers: split up systemd.conf 2021-07-11 18:00:25 +02:00
systemd-network.conf.in sysusers: split up systemd.conf 2021-07-11 18:00:25 +02:00
systemd-oom.conf sysusers: split up systemd.conf 2021-07-11 18:00:25 +02:00
systemd-remote.conf Revert "sysusers.d: create the user for systemd-journal-upload.service" 2023-12-04 19:44:10 +01:00
systemd-resolve.conf.in sysusers: split up systemd.conf 2021-07-11 18:00:25 +02:00
systemd-timesync.conf.in sysusers: split up systemd.conf 2021-07-11 18:00:25 +02:00

Files in this directory contain configuration for systemd-sysusers, a program
to allocate system users and groups.

See man:sysusers.d(5) for explanation of the configuration file format, and
man:systemd-sysusers(8) for a description of when and how this configuration is
applied.

Use 'systemd-analyze cat-config sysusers.d' to display the effective config.