From: Yu Watanabe Date: Fri, 15 Jan 2016 06:19:52 +0000 (+0900) Subject: journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd... X-Git-Tag: v229~102^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcdd4411407067fa1e464dc26ab85ae598fcad7d;p=thirdparty%2Fsystemd.git journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload --- diff --git a/tmpfiles.d/systemd-remote.conf b/tmpfiles.d/systemd-remote.conf index 1b8973a8891..e19230f648e 100644 --- a/tmpfiles.d/systemd-remote.conf +++ b/tmpfiles.d/systemd-remote.conf @@ -7,5 +7,7 @@ # See tmpfiles.d(5) for details -z /var/log/journal/remote 2755 root systemd-journal-remote - - -z /run/log/journal/remote 2755 root systemd-journal-remote - - +d /var/lib/systemd/journal-upload 0755 systemd-journal-upload systemd-journal-upload - - + +z /var/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - - +z /run/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -