X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fvod-server%2Ffiles%2Fvod-demo.service;fp=recipes-demo-hmi%2Fvod-server%2Ffiles%2Fvod-demo.service;h=c783bd4aad38cbf05cac1a8d721a6efd1c3db1bf;hb=748f48cbe6914c9eb48832ab8bd504bbccc418a3;hp=0000000000000000000000000000000000000000;hpb=30a56b507d8e924380b1d248e939d10096b21ce7;p=AGL%2Fmeta-agl-demo.git 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