chiark / gitweb /
tmpfiles: systemd.conf - fix ownership of network directories
authorTom Gundersen <teg@jklm.no>
Mon, 2 Jun 2014 13:05:05 +0000 (15:05 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 2 Jun 2014 13:06:32 +0000 (15:06 +0200)
tmpfiles.d/systemd.conf

index 7efab0e4e18fd7d08549345f5b5e30790b65fd28..1fce5141e0235594f658624b4fbc8f6da179fd8a 100644 (file)
@@ -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 - -