diff options
Diffstat (limited to '')
-rw-r--r-- | debian/hyperv-daemons.hv-fcopy-daemon.service | 9 |
1 files changed, 9 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..6306b1d71 --- /dev/null +++ b/debian/hyperv-daemons.hv-fcopy-daemon.service @@ -0,0 +1,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 |