X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fhtml5-homescreen%2Ffiles%2Fhomescreen.service;h=b8d34caa99fe15f20b6f7f6aea52fd0977c82651;hb=HEAD;hp=80bc44ee69f825ce795438e28e86b4bf63304b6d;hpb=b5b88f55d70c87187b544b6a9c830f91a165e476;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/html5-homescreen/files/homescreen.service b/recipes-demo/html5-homescreen/files/homescreen.service deleted file mode 100644 index 80bc44ee6..000000000 --- a/recipes-demo/html5-homescreen/files/homescreen.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=AGL Homescreen -Requires=WebAppMgr.service dbus.service -After=WebAppMgr.service dbus.service - -[Service] -Type=simple -Environment=AFM_ID=homescreen -Environment=AFM_APP_INSTALL_DIR=/usr/lib/wam_apps/html5-homescreen/ -ExecStartPre=sleep 5 -ExecStart=/usr/bin/WebAppMgr -Restart=on-failure - -[Install] -WantedBy=agl-session.target