1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

tmpfiles: systemd.conf - fix ownership of network directories

This commit is contained in:
Tom Gundersen 2014-06-02 15:05:05 +02:00
parent 9e3dbf6b2b
commit 01501939d5

@ -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 - -