1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=TEST-22-TMPFILES
4After=systemd-tmpfiles-setup.service
5Before=getty-pre.target
6Wants=getty-pre.target
7
8[Service]
9ExecStartPre=rm -f /failed /testok
10ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
11Type=oneshot
12StandardOutput=tty
13StandardError=tty
14