diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2016-01-15 15:19:52 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2016-01-15 15:19:52 +0900 |
commit | dcdd4411407067fa1e464dc26ab85ae598fcad7d (patch) | |
tree | e3773a4f638daf3119fcb00d079a8c7ed174fafb /tmpfiles.d | |
parent | 50b480246cf28820fb7b80894cb110402d8eecdf (diff) | |
download | systemd-dcdd4411407067fa1e464dc26ab85ae598fcad7d.tar.gz |
journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload
Diffstat (limited to 'tmpfiles.d')
-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 - - |