mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-04 17:47:03 +03:00
8 lines
221 B
Desktop File
8 lines
221 B
Desktop File
[Unit]
|
|
Description=TEST-14-MACHINE-ID
|
|
|
|
[Service]
|
|
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
|