mirror of
https://github.com/systemd/systemd.git
synced 2025-02-07 05:57:46 +03:00
794d456cf4
If we're not running interactively, there's no point in the features from integration-test-setup.sh which are intended for interactive development and debugging so lets skip adding it in that case.
14 lines
309 B
SYSTEMD
14 lines
309 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@
|
|
StateDirectory=%N
|