From: Yu Watanabe Date: Tue, 2 Jan 2024 19:07:11 +0000 (+0900) Subject: unit: order systemd-resolved after systemd-sysctl X-Git-Tag: v256-rc1~1345^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F30691%2Fhead;p=thirdparty%2Fsystemd.git unit: order systemd-resolved after systemd-sysctl Otherwise, IPv6 enable/disable setting may be changed after resolved is started. --- diff --git a/units/systemd-resolved.service.in b/units/systemd-resolved.service.in index 736f36848ca..820aecfef6c 100644 --- a/units/systemd-resolved.service.in +++ b/units/systemd-resolved.service.in @@ -15,7 +15,7 @@ Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network- Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients DefaultDependencies=no -After=systemd-sysusers.service +After=systemd-sysctl.service systemd-sysusers.service Before=sysinit.target network.target nss-lookup.target shutdown.target initrd-switch-root.target Conflicts=shutdown.target initrd-switch-root.target Wants=nss-lookup.target