mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
fe85f2bb9c
After this commit, only tests that were converted will work, because the interface to test_run() changed.
8 lines
207 B
Desktop File
8 lines
207 B
Desktop File
[Unit]
|
|
Description=TEST-01-BASIC
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
ExecStart=sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; systemctl daemon-reload ; echo OK >/testok'
|
|
Type=oneshot
|