blob: 6306b1d71ed2655590967cc6cc406276ad483e8e (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Hyper-V file copy service (FCOPY) daemon
ConditionPathExists=/dev/vmbus/hv_fcopy
[Service]
ExecStart=/usr/sbin/hv_fcopy_daemon -n
[Install]
WantedBy=multi-user.target
|