ubuntu-buildroot/package/linux-tools/hypervfcopyd.service

12 lines
190 B
SYSTEMD
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
[Unit]
Description=HyperV FCopy daemon
After=syslog.target
ConditionVirtualization=microsoft
[Service]
Type=simple
ExecStart=/usr/sbin/hypervfcopyd -n
[Install]
WantedBy=multi-user.target