]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/units/testsuite-01.service
Merge pull request #25608 from poettering/dissect-moar
[thirdparty/systemd.git] / test / units / testsuite-01.service
CommitLineData
22d3cfe5 1# SPDX-License-Identifier: LGPL-2.1-or-later
fe85f2bb
ZJS
2[Unit]
3Description=TEST-01-BASIC
61961e69
FS
4# Order the test unit after systemd-update-utmp-runlevel.service, since
5# the service doesn't play well with daemon-reexec
6# See: https://github.com/systemd/systemd/issues/27167
7After=multi-user.target systemd-update-utmp-runlevel.service
0868f6d4 8Wants=systemd-resolved.service systemd-networkd.service
fe85f2bb
ZJS
9
10[Service]
4962ed9f 11ExecStartPre=rm -f /failed /testok
61961e69 12ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
fe85f2bb 13Type=oneshot