Remove lin bus components
[AGL/meta-agl-demo.git] / recipes-demo / html5-homescreen / files / homescreen.service
diff --git a/recipes-demo/html5-homescreen/files/homescreen.service b/recipes-demo/html5-homescreen/files/homescreen.service
deleted file mode 100644 (file)
index b142c4e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=AGL Homescreen
-Requires=WebAppMgr.service dbus.service
-After=WebAppMgr.service dbus.service
-
-[Service]
-Type=simple
-ExecStartPre=sleep 5
-ExecStart=/usr/bin/WebAppMgr --appid=homescreen --app-install-dir=/usr/lib/wam_apps/html5-homescreen/
-Restart=on-failure
-
-[Install]
-WantedBy=agl-session.target