diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-22 15:37:34 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-22 15:37:34 +0200 |
commit | d4e9e574ea0b5d23598a317e68399584d229568b (patch) | |
tree | 1c1bffeae5e358d02d95be07776cf020e7f3569b /sysusers.d | |
parent | resolve: enable DynamicUser= for systemd-resolved.service (diff) | |
download | systemd-d4e9e574ea0b5d23598a317e68399584d229568b.tar.xz systemd-d4e9e574ea0b5d23598a317e68399584d229568b.zip |
network: set DynamicUser= to systemd-networkd.service
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/systemd.conf.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysusers.d/systemd.conf.m4 b/sysusers.d/systemd.conf.m4 index 0e9919b7c2..2315b56e3f 100644 --- a/sysusers.d/systemd.conf.m4 +++ b/sysusers.d/systemd.conf.m4 @@ -6,9 +6,6 @@ # (at your option) any later version. g systemd-journal - - -m4_ifdef(`ENABLE_NETWORKD', -u systemd-network - "systemd Network Management" -)m4_dnl m4_ifdef(`ENABLE_COREDUMP', u systemd-coredump - "systemd Core Dumper" )m4_dnl |