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, 0 insertions, 10 deletions
diff --git a/recipes-demo-hmi/vod-server/files/vod-demo.service b/recipes-demo-hmi/vod-server/files/vod-demo.service deleted file mode 100644 index c783bd4aa..000000000 --- a/recipes-demo-hmi/vod-server/files/vod-demo.service +++ /dev/null @@ -1,10 +0,0 @@ -[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 |