1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-05 21:57:27 +03:00
systemd-stable/test/units/testsuite-47.service

8 lines
152 B
SYSTEMD
Raw Normal View History

2020-03-20 19:57:54 +01:00
[Unit]
Description=TEST-47-ISSUE-14566
[Service]
ExecStartPre=rm -f /failed /testok
2020-03-20 19:57:54 +01:00
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot