mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
9 lines
219 B
Desktop File
9 lines
219 B
Desktop File
[Unit]
|
|
Description=TEST-02-CRYPTSETUP
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=sh -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; echo OK > /testok'
|
|
Type=oneshot
|