mirror of
https://github.com/systemd/systemd
synced 2024-11-05 18:25:39 +00:00
7ae191a5ea
The test triggers many uevents, and running both system and user service managers make the test slow.
12 lines
291 B
SYSTEMD
12 lines
291 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=%N
|
|
Wants=basic.target network.target @wants@
|
|
After=basic.target network.target @after@
|
|
Before=getty-pre.target
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=@command@
|
|
Type=oneshot
|
|
MemoryAccounting=@memory-accounting@
|