1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-21 18:03:41 +03:00
systemd-stable/test/units/testsuite-24.service
Frantisek Sumsal 20026f9971 test: add a couple more tests for systemd-cryptsetup
(cherry picked from commit eb26f34a0951f994fe3c1e6d1bc97db12db26844)
(cherry picked from commit a1ef8dbd1533a23309ba7adeff4e9caf26387199)
2023-07-08 10:42:52 +01:00

10 lines
220 B
Desktop File

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