summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/vod-server/files
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2016-12-21 16:26:19 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-12-21 13:01:44 +0000
commit748f48cbe6914c9eb48832ab8bd504bbccc418a3 (patch)
treed5eefcbc6b241a5d20d5bc2325fc890fb0615a37 /recipes-demo-hmi/vod-server/files
parent30a56b507d8e924380b1d248e939d10096b21ce7 (diff)
Add systemd service for VOD demo setup
This change is for booting all stuff of VOD service demo for RSE automatically after MOST network manager. Change-Id: Ia985d0c6a1dad8a6cad201205141152435318b59 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-demo-hmi/vod-server/files')
-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