]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop a workaround
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 7 Apr 2023 01:05:40 +0000 (10:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 24 May 2023 11:06:10 +0000 (20:06 +0900)
Follow-up for 61961e693d3ba71386068947d85078c086e455e4.

test/units/testsuite-01.service

index a55cc526a54edf69eebea85c95ffc7f9fafb5ea0..9074e0968f8931d9597b7629abaa88f582e48bf2 100644 (file)
@@ -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]