diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-07-15 15:31:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-07-16 17:11:50 +0200 |
commit | 5b5d82615011b9827466b7cd5756da35627a1608 (patch) | |
tree | 292568886b5335d14390c30bc7f310b3097d7b78 /tmpfiles.d | |
parent | tmpfiles: set only default acls to folders #9545 (#9599) (diff) | |
download | systemd-5b5d82615011b9827466b7cd5756da35627a1608.tar.xz systemd-5b5d82615011b9827466b7cd5756da35627a1608.zip |
sysusers,tmpfiles: re-create systemd-network, systemd-resolve and systemd-timesync
This partially reverts d4e9e574ea0b5d23598a317e68399584d229568b,
0187368cadea183e18c6d575a9d6b7f491a402af, and
4240cb02fda90ba11dfc0114201e42691132c6a9.
The services systemd-networkd, systemd-resolved, and systemd-timesyncd
enable DynamicUsers= and have bus interfaces. Unfortunately, these
has many problems now. Let us create the relevant users, at least,
tentatively.
Fixes #9503.
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 120e42a1b9..d39c9cbbcf 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 - - - -d /run/systemd/netif/links 0755 - - - -d /run/systemd/netif/leases 0755 - - - +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 - )m4_dnl d /run/log 0755 root root - |