]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-01.service
update TODO
[thirdparty/systemd.git] / test / units / testsuite-01.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=TEST-01-BASIC
4 After=multi-user.target
5 Wants=systemd-resolved.service systemd-networkd.service
6
7 [Service]
8 ExecStartPre=rm -f /failed /testok
9 ExecStart=sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; systemctl daemon-reload ; echo OK >/testok'
10 Type=oneshot