mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
348f5017a4
Most of these are identical, let's just generate from a meson template.
13 lines
353 B
SYSTEMD
13 lines
353 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=%N
|
|
Wants=basic.target network.target tpm2.target multi-user.target user@4711.service
|
|
After=basic.target network.target tpm2.target user@4711.service
|
|
Before=getty-pre.target
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=@command@
|
|
Type=oneshot
|
|
MemoryAccounting=@memory-accounting@
|