Add initial systemd service files.
[staging/HomeScreen.git] / HomeScreenAppFrameworkBinderAGL / conf / HomeScreenAppFrameworkBinderAGL.service
diff --git a/HomeScreenAppFrameworkBinderAGL/conf/HomeScreenAppFrameworkBinderAGL.service b/HomeScreenAppFrameworkBinderAGL/conf/HomeScreenAppFrameworkBinderAGL.service
new file mode 100644 (file)
index 0000000..8375912
--- /dev/null
@@ -0,0 +1,14 @@
+[Unit]
+Description=AGL App Framework Binder for HomeScreen
+
+[Service]
+Type=dbus                                
+BusName=org.agl.appframework
+ExecStart=/usr/AGL/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL
+Restart=on-failure
+RestartSec=5
+
+
+[Install]
+WantedBy=default.target
+