]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-43.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / units / testsuite-43.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=TEST-43-PRIVATEUSER-UNPRIV
4 After=systemd-logind.service user@4711.service
5 Wants=user@4711.service
6
7 [Service]
8 ExecStartPre=rm -f /failed /testok
9 ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
10 Type=oneshot