diff options
Diffstat (limited to 'recipes-demo-hmi/vod-server/files/vod-demo.service')
-rw-r--r-- | recipes-demo-hmi/vod-server/files/vod-demo.service | 10 |
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 000000000..c783bd4aa --- /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 |