mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-01 05:47:04 +03:00
3d5e379808
(cherry picked from commit c5c258ae0a4a0cfc829ed07ff96c7fab79b6ca71) (cherry picked from commit bcf30f9170261c7bd8a2232e5b7b03573ae7b57f)
9 lines
195 B
Desktop File
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
|