summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-05-16 15:56:44 +0200
committerLennart Poettering <lennart@poettering.net>2014-05-16 15:58:06 +0200
commitc5abff73040a4fadd8ddd39d00eeb43ae3b62f6c (patch)
treeeaa7a8c91606f5e4307082f244166df47e18fdf4 /tmpfiles.d
parent7da489e630d1c608179d7aea66342c0ec5440932 (diff)
network: always create /run/systemd/network/links
This ways the networkd client library should work even if networkd is not running. http://lists.freedesktop.org/archives/systemd-devel/2014-May/019242.html
Diffstat (limited to 'tmpfiles.d')
-rw-r--r--tmpfiles.d/systemd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index c47004532..88c6b605f 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 - -