mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-30 15:47:37 +00:00
10 lines
301 B
Desktop File
10 lines
301 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=TEST-14-MACHINE-ID
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
|
ExecStart=/bin/sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; echo OK >/testok'
|
|
Type=oneshot
|