From 340cb115b388f4b55047c9dbf7241cbebe924d0b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Nov 2019 21:18:28 +0100 Subject: 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. --- units/systemd-journald.service.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'units/systemd-journald.service.in') diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in index 0233f389cf..5144868bcb 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 -- cgit v1.2.1