diff options
author | Tom Gundersen <teg@jklm.no> | 2014-06-02 15:05:05 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-06-02 15:06:32 +0200 |
commit | 01501939d5f608541c1ea98fe2da84d841f9c9bc (patch) | |
tree | f35502cef4b1c622a498cb7d21cdfb200b0ebbd4 /tmpfiles.d | |
parent | 9e3dbf6b2b99d0e16989d9cedb458729db5a60c3 (diff) |
tmpfiles: systemd.conf - fix ownership of network directories
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index 7efab0e4e1..1fce5141e0 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -21,9 +21,9 @@ d /run/systemd/sessions 0755 root root - d /run/systemd/users 0755 root root - d /run/systemd/machines 0755 root root - d /run/systemd/shutdown 0755 root root - -d /run/systemd/network 0755 root root - -d /run/systemd/network/links 0755 root root - -d /run/systemd/network/leases 0755 root root - +d /run/systemd/network 0755 systemd-network systemd-network - +d /run/systemd/network/links 0755 systemd-network systemd-network - +d /run/systemd/network/leases 0755 systemd-network systemd-network - m /var/log/journal 2755 root systemd-journal - - Z /var/log/journal/%m 2755 root systemd-journal - - |