qemu-server/query-machine-capabilities/query-machine-capabilities.service
Markus Frank 88abf3643e query-machine-capabilities: add systemd service file
Add a systemd service that runs the query-machine-capabilities binary
at boot time to ensure that the machine capabilities are stored in the
host-hw-capabilities.json file.

Signed-off-by: Markus Frank <m.frank@proxmox.com>
2024-11-18 21:26:39 +01:00

14 lines
269 B
Desktop File

[Unit]
Description=PVE Query Machine Capabilities
RequiresMountsFor=/run
Before=pve-ha-lrm.service
Before=pve-guests.service
[Service]
ExecStart=/usr/libexec/qemu-server/query-machine-capabilities
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target