summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-55.service
blob: 00fb49919f410929d43f2a98c8b5516347ec6ac0 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=TESTSUITE-55-OOMD
After=user@4711.service
Wants=user@4711.service

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