summarylogtreecommitdiffstats
path: root/hypervfcopyd.service
diff options
context:
space:
mode:
authorMitsuru Takigahira2017-04-11 20:04:18 +0900
committerMitsuru Takigahira2017-04-11 20:04:18 +0900
commit3564cd18c46b9e4e1dfafb37ae0cf9181d0013d4 (patch)
treeb23b5d42f6a6edfe9833f8985fb6ae9e76e8cb0d /hypervfcopyd.service
downloadaur-3564cd18c46b9e4e1dfafb37ae0cf9181d0013d4.tar.gz
initial commit
Diffstat (limited to 'hypervfcopyd.service')
-rw-r--r--hypervfcopyd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/hypervfcopyd.service b/hypervfcopyd.service
new file mode 100644
index 000000000000..4bb7506adbae
--- /dev/null
+++ b/hypervfcopyd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Hyper-V FIle Copy daemon
+ConditionalVirtualization=microsoft
+
+[Service]
+Type=simple
+ExecStart=/usr/local/bin/hypervfcopyd -n
+
+[Install]
+WantedBy=multi-user.target