summaryrefslogtreecommitdiffstats
path: root/sysusers.d/systemd-remote.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "sysusers.d: create the user for systemd-journal-upload.service"Frantisek Sumsal2023-12-041-1/+0
| | | | | | | | | | | | | 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: - https://github.com/systemd/systemd/commit/941afc4b902af21b0675e9e5d417c2ee6b202f30 - https://src.fedoraproject.org/rpms/systemd/c/db8b8fe77ce30244ad82e70ec4e8302b0c9dbf41 This reverts commit 5b9dfd33c6cd4d32ee1fd3681b570e09401c885d.
* sysusers.d: create the user for systemd-journal-upload.serviceFrantisek Sumsal2023-06-191-0/+1
|
* meson: minor cleanupChristoph Anton Mitterer2021-07-111-0/+8
| | | | | | The file itself is already only included when HAVE_MICROHTTPD is set. Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
* build: fix systemd-journal-upload installationEvgeny Vereshchagin2015-12-091-10/+0
| | | | | | | | | | | | Fixes: $ ./configure ... --disable-microhttpd --enable-libcurl --enable-sysusers $ make && make install DESTDIR=$(pwd)/INST $ ls INST/usr/lib/sysusers.d/ basic.conf systemd.conf There is no a file with `systemd-journald-upload`
* sysusers: realign sysusers snippetsLennart Poettering2014-08-191-3/+3
|
* sysusers: split users for remote into separate fileZbigniew Jędrzejewski-Szmek2014-07-311-0/+10
This mirrors the setup for tmpfiles.d done in ad95fd1d2b9.