summarylogtreecommitdiffstats
path: root/mvpboot.service
diff options
context:
space:
mode:
Diffstat (limited to 'mvpboot.service')
-rw-r--r--mvpboot.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/mvpboot.service b/mvpboot.service
new file mode 100644
index 000000000000..6bb59b161a52
--- /dev/null
+++ b/mvpboot.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Respond to boot request packets from Hauppauge MediaMVP
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/mvpboot
+
+[Install]
+WantedBy=multi-user.target
+