summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-02.service
blob: dea2c4f501ab1c0a8c1dc75113b2c3253537b7f4 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=TEST-02-UNITTESTS

[Service]
ExecStartPre=rm -f /failed /testok
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot