[systemd-commits] tmpfiles.d/systemd.conf

Lennart Poettering lennart at kemper.freedesktop.org
Fri May 16 06:58:17 PDT 2014


 tmpfiles.d/systemd.conf |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c5abff73040a4fadd8ddd39d00eeb43ae3b62f6c
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri May 16 15:56:44 2014 +0200

    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

diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index c470045..88c6b60 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 - -



More information about the systemd-commits mailing list