summarylogtreecommitdiffstats
path: root/mvptftp.service
diff options
context:
space:
mode:
Diffstat (limited to 'mvptftp.service')
-rw-r--r--mvptftp.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/mvptftp.service b/mvptftp.service
new file mode 100644
index 000000000000..3a22af5d44af
--- /dev/null
+++ b/mvptftp.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=MediaMVP tftp boot server
+ConditionFileIsExecutable=/usr/bin/mvptftp
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/mvptftp
+
+TimeoutSec=0
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target