diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-22 22:37:34 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-22 22:37:34 +0900 |
commit | d4e9e574ea0b5d23598a317e68399584d229568b (patch) | |
tree | 1c1bffeae5e358d02d95be07776cf020e7f3569b /tmpfiles.d | |
parent | 0187368cadea183e18c6d575a9d6b7f491a402af (diff) | |
download | systemd-d4e9e574ea0b5d23598a317e68399584d229568b.tar.gz |
network: set DynamicUser= to systemd-networkd.service
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpfiles.d/systemd.conf.m4 b/tmpfiles.d/systemd.conf.m4 index d39c9cbbcf..222a42422d 100644 --- a/tmpfiles.d/systemd.conf.m4 +++ b/tmpfiles.d/systemd.conf.m4 @@ -17,9 +17,9 @@ d /run/systemd/users 0755 root root - d /run/systemd/machines 0755 root root - d /run/systemd/shutdown 0755 root root - m4_ifdef(`ENABLE_NETWORKD', -d /run/systemd/netif 0755 systemd-network systemd-network - -d /run/systemd/netif/links 0755 systemd-network systemd-network - -d /run/systemd/netif/leases 0755 systemd-network systemd-network - +d /run/systemd/netif 0755 root root - +d /run/systemd/netif/links 0755 root root - +d /run/systemd/netif/leases 0755 root root - )m4_dnl d /run/log 0755 root root - |