diff options
Diffstat (limited to '')
-rw-r--r-- | debian/hyperv-daemons.hv-fcopy-daemon.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/hyperv-daemons.hv-fcopy-daemon.service b/debian/hyperv-daemons.hv-fcopy-daemon.service new file mode 100644 index 000000000..d8e4d3b8a --- /dev/null +++ b/debian/hyperv-daemons.hv-fcopy-daemon.service @@ -0,0 +1,10 @@ +[Unit] +Description=Hyper-V file copy service (FCOPY) daemon +Conflicts=hyperv-daemons.hv-fcopy-daemon.service +BindsTo=sys-devices-virtual-misc-vmbus\x21hv_fcopy.device + +[Service] +ExecStart=/usr/sbin/hv_fcopy_daemon -n + +[Install] +WantedBy=multi-user.target |