Files
systemd/units/user/systemd-vmspawn@.service.in
2025-07-11 18:17:04 +02:00

25 lines
664 B
SYSTEMD

# SPDX-License-Identifier: LGPL-2.1-or-later
#
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description=Virtual Machine %i
Documentation=man:systemd-vmspawn(1)
PartOf=machines.target
Before=machines.target
[Service]
ExecStart=systemd-vmspawn --quiet --keep-unit --register=yes --network-tap --machine=%i
KillMode=mixed
Type=notify
Slice=machine.slice
{{SERVICE_WATCHDOG}}
[Install]
WantedBy=machines.target