diff options
-rw-r--r-- | tmpfiles.d/systemd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index c470045321..88c6b605f7 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -21,6 +21,8 @@ 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 - m /var/log/journal 2755 root systemd-journal - - Z /var/log/journal/%m 2755 root systemd-journal - - |