diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-12-04 19:23:54 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-12-04 19:44:10 +0100 |
commit | e4d216f2dc3ffbb9979cf6830215e0c29fd9963d (patch) | |
tree | b950813816ac1138ca1b342b360fd7e67a364b91 /sysusers.d | |
parent | executor: apply LogLevelMax earlier (diff) | |
download | systemd-e4d216f2dc3ffbb9979cf6830215e0c29fd9963d.tar.xz systemd-e4d216f2dc3ffbb9979cf6830215e0c29fd9963d.zip |
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:
- https://github.com/systemd/systemd/commit/941afc4b902af21b0675e9e5d417c2ee6b202f30
- https://src.fedoraproject.org/rpms/systemd/c/db8b8fe77ce30244ad82e70ec4e8302b0c9dbf41
This reverts commit 5b9dfd33c6cd4d32ee1fd3681b570e09401c885d.
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/systemd-remote.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysusers.d/systemd-remote.conf b/sysusers.d/systemd-remote.conf index 341ae4e0a1..ca20c24896 100644 --- a/sysusers.d/systemd-remote.conf +++ b/sysusers.d/systemd-remote.conf @@ -6,4 +6,3 @@ # (at your option) any later version. u systemd-journal-remote - "systemd Journal Remote" -u systemd-journal-upload - "systemd Journal Upload" |