mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-30 13:15:47 +00:00
10 lines
282 B
Desktop File
10 lines
282 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=sh -x -e -c 'mountpoint /var; systemctl --state=failed --no-legend --no-pager >/failed; echo OK >/testok'
|
|
Type=oneshot
|