1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

test: drop a workaround

Follow-up for 61961e693d.
This commit is contained in:
Yu Watanabe 2023-04-07 10:05:40 +09:00
parent fcb2343175
commit 08bc702b12

View 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]