diff options
author | Daniel Mack <github@zonque.org> | 2016-01-22 09:51:43 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-01-22 09:51:43 +0100 |
commit | e813475097eccb02c579c4e105a42e78e0e2a73b (patch) | |
tree | af858cbe068c38e889f94f15b1ff98bdb27a90af | |
parent | 371859d6b55478f1c8d04930f92d52b32ddfdf95 (diff) | |
parent | dcdd4411407067fa1e464dc26ab85ae598fcad7d (diff) |
Merge pull request #2332 from yuwata/journal-remote-tmpfiles-v2
journal-remote: tmpfiles.d/journal-remote.conf (v2)
-rw-r--r-- | tmpfiles.d/systemd-remote.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tmpfiles.d/systemd-remote.conf b/tmpfiles.d/systemd-remote.conf index 1b8973a889..e19230f648 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 - - |