summaryrefslogtreecommitdiff
path: root/test/units/testsuite-14.service
blob: 1606c68fb163529fbe2d562c10d475a27ef9f5ad (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=TEST-14-MACHINE-ID

[Service]
ExecStartPre=rm -f /failed /testok
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
ExecStart=/bin/sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; echo OK >/testok'
Type=oneshot