mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
20026f9971
(cherry picked from commit eb26f34a0951f994fe3c1e6d1bc97db12db26844) (cherry picked from commit a1ef8dbd1533a23309ba7adeff4e9caf26387199)
10 lines
220 B
Desktop File
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
|