diff options
Diffstat (limited to 'units/systemd-journald@.service.in')
-rw-r--r-- | units/systemd-journald@.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-journald@.service.in b/units/systemd-journald@.service.in index 35c998285f..b705ce08ff 100644 --- a/units/systemd-journald@.service.in +++ b/units/systemd-journald@.service.in @@ -16,7 +16,7 @@ After=systemd-journald@%i.socket systemd-journald-varlink@%i.socket [Service] CapabilityBoundingSet=CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_SYS_PTRACE CAP_CHOWN CAP_DAC_READ_SEARCH CAP_FOWNER CAP_SETUID CAP_SETGID CAP_MAC_OVERRIDE DevicePolicy=closed -ExecStart={{ROOTLIBEXECDIR}}/systemd-journald %i +ExecStart={{LIBEXECDIR}}/systemd-journald %i FileDescriptorStoreMax=4224 Group=systemd-journal IPAddressDeny=any |