mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
Also pull in getty-pre.target via Wants= so it actually gets pulled into the transaction.
12 lines
267 B
SYSTEMD
12 lines
267 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@
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=@command@
|
|
Type=oneshot
|
|
MemoryAccounting=@memory-accounting@
|