summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/vod-server/files/vod-demo.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo-hmi/vod-server/files/vod-demo.service')
-rw-r--r--recipes-demo-hmi/vod-server/files/vod-demo.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-demo-hmi/vod-server/files/vod-demo.service b/recipes-demo-hmi/vod-server/files/vod-demo.service
new file mode 100644
index 00000000..c783bd4a
--- /dev/null
+++ b/recipes-demo-hmi/vod-server/files/vod-demo.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Video On Demand AGL Demo
+After=WindowManager.service most-network-manager.service
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/VideoOnDemand -p /home/root/Video
+
+[Install]
+WantedBy=default.target