mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
e182c7b4db
In mkosi, we run the test inside the VM instead of outside. To simplify the implementation we drop the reboot part and only verify that we can schedule and cancel shutdowns and that the wall messages are sent as expected.
13 lines
291 B
Desktop File
13 lines
291 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=TEST-69-SHUTDOWN
|
|
Wants=basic.target multi-user.target
|
|
After=basic.target
|
|
Before=getty-pre.target
|
|
|
|
ConditionPathExists=/usr/bin/python3
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/TEST-69-SHUTDOWN.py
|