diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-journald.service.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in index 96362f5730..4404af963b 100644 --- a/units/systemd-journald.service.in +++ b/units/systemd-journald.service.in @@ -32,6 +32,8 @@ IgnoreOnIsolate=yes DeviceAllow=char-* rw ExecStart={{LIBEXECDIR}}/systemd-journald FileDescriptorStoreMax=4224 +# Ensure services using StandardOutput=journal do not break when journald is stopped +FileDescriptorStorePreserve=yes ImportCredential=journal.* IPAddressDeny=any LockPersonality=yes |