diff options
author | Kay Sievers <kay@vrfy.org> | 2014-05-22 07:55:38 +0900 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-05-22 07:57:33 +0900 |
commit | 52ffb444cbab6fe5680901682f804c051ca624be (patch) | |
tree | 1a9cf203df823df380967ef23f2b1cb28bf5754c /tmpfiles.d | |
parent | 637f421e5c6ae76f5c59c3badd809bf5f04fca80 (diff) | |
download | systemd-52ffb444cbab6fe5680901682f804c051ca624be.tar.gz |
timesyncd: order after tmpfiles to get a working network monitor
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index 88c6b605f7..7efab0e4e1 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -23,6 +23,7 @@ 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 - m /var/log/journal 2755 root systemd-journal - - Z /var/log/journal/%m 2755 root systemd-journal - - |