1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 14:55:37 +03:00
systemd/test/units/testsuite-55.service

11 lines
252 B
SYSTEMD
Raw Normal View History

# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
2021-03-05 12:36:04 +03:00
Description=TESTSUITE-55-OOMD
After=user@4711.service
Wants=user@4711.service
[Service]
2021-03-05 12:36:04 +03:00
ExecStartPre=rm -f /failed /skipped /testok
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot