mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
units: enable watchdog notifications for vmspawn
nspawn supports it and enables it. Let's do this for vmspawn too. It already supports it in code. Let's make it also work in the unit file.
This commit is contained in:
@@ -20,6 +20,7 @@ ExecStart=systemd-vmspawn --quiet --register=yes --keep-unit --network-tap --mac
|
||||
KillMode=mixed
|
||||
Type=notify
|
||||
Slice=machine.slice
|
||||
{{SERVICE_WATCHDOG}}
|
||||
|
||||
{# Enforce a strict device policy. Make sure to keep these policies in sync if you change them! #}
|
||||
DevicePolicy=closed
|
||||
|
Reference in New Issue
Block a user