From: Lennart Poettering Date: Wed, 27 Nov 2019 20:18:28 +0000 (+0100) Subject: units: define RuntimeDirectory= in systemd-journald.service X-Git-Tag: v245-rc1~41^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=340cb115b388f4b55047c9dbf7241cbebe924d0b;p=thirdparty%2Fsystemd.git units: define RuntimeDirectory= in systemd-journald.service It doesn't get us much, but makes the differences between the templated and non-templated versions a bit smaller. --- diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in index 0233f389cf7..5144868bcb7 100644 --- a/units/systemd-journald.service.in +++ b/units/systemd-journald.service.in @@ -31,6 +31,8 @@ RestrictAddressFamilies=AF_UNIX AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes RestrictSUIDSGID=yes +RuntimeDirectory=systemd/journal +RuntimeDirectoryPreserve=yes Sockets=systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket StandardOutput=null SystemCallArchitectures=native