1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00
systemd-stable/test/units/testsuite-26.service
Frantisek Sumsal bcf30f9170 test: rename TEST-26-SETENV to TEST-26-SYSTEMCTL
(cherry picked from commit c5c258ae0a)
2022-11-04 23:31:28 +00:00

9 lines
195 B
Desktop File

# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=TEST-26-SYSTEMCTL
[Service]
ExecStartPre=rm -f /failed /testok
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot