1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=TEST-14-MACHINE-ID
4
5[Service]
6ExecStartPre=rm -f /failed /testok
7ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
8ExecStart=/bin/sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; echo OK >/testok'
9Type=oneshot
10