mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
0868f6d4e6
to give them at least a basic coverage.
10 lines
298 B
Desktop File
10 lines
298 B
Desktop File
[Unit]
|
|
Description=TEST-01-BASIC
|
|
After=multi-user.target
|
|
Wants=systemd-resolved.service systemd-networkd.service
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; systemctl daemon-reload ; echo OK >/testok'
|
|
Type=oneshot
|