mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 20:23:36 +08:00
7294632c2c
And move the initrd related tests from TEST-01-BASIC there. Additionally, this should provide coverage for recemt shutdown initrd related issues, see: - https://github.com/systemd/systemd/issues/28645 - https://github.com/systemd/systemd/pull/28648 - https://github.com/systemd/systemd/pull/28793
10 lines
216 B
Desktop File
10 lines
216 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=TEST-08-INITRD
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
|
Type=oneshot
|