1
0
Fork 0
linux/debian/hyperv-daemons.hv-kvp-daemon.service
Daniel Baumann 09ce90cf76
Adding debian version 6.12.33-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 12:15:16 +02:00

22 lines
550 B
Desktop File

[Unit]
Description=Hyper-V key-value pair (KVP) daemon
DefaultDependencies=no
Before=sysinit.target shutdown.target
Conflicts=hyperv-daemons.hv-kvp-daemon.service shutdown.target
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
IgnoreOnIsolate=1
[Service]
ExecStart=/usr/sbin/hv_kvp_daemon -n
CapabilityBoundingSet=
DeviceAllow=/dev/vmbus/hv_kvp
NoNewPrivileges=true
ProtectControlGroups=true
ProtectHome=true
ProtectKernelModules=true
ProtectKernelTunables=true
ProtectSystem=full
StateDirectory=hyperv
[Install]
WantedBy=multi-user.target