mirror of
https://github.com/systemd/systemd.git
synced 2025-03-11 20:58:27 +03: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@
|