From: Yu Watanabe Date: Fri, 7 Apr 2023 01:05:40 +0000 (+0900) Subject: test: drop a workaround X-Git-Tag: v254-rc1~391^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08bc702b12e5e17c2a167963616bf36c8f214ef0;p=thirdparty%2Fsystemd.git test: drop a workaround Follow-up for 61961e693d3ba71386068947d85078c086e455e4. --- diff --git a/test/units/testsuite-01.service b/test/units/testsuite-01.service index a55cc526a54..9074e0968f8 100644 --- a/test/units/testsuite-01.service +++ b/test/units/testsuite-01.service @@ -1,10 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Unit] Description=TEST-01-BASIC -# Order the test unit after systemd-update-utmp-runlevel.service, since -# the service doesn't play well with daemon-reexec -# See: https://github.com/systemd/systemd/issues/27167 -After=multi-user.target systemd-update-utmp-runlevel.service +After=multi-user.target Wants=systemd-resolved.service systemd-networkd.service [Service]