make service depend of agl-identity-agent
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 16 Dec 2016 12:12:16 +0000 (13:12 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 16 Dec 2016 12:12:38 +0000 (13:12 +0100)
Change-Id: I851120b6f445c1929925617c57b7724484c298f7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
HomeScreen/conf/HomeScreen.service

index b60c86e..5051275 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=AGL reference HomeScreen
-Requires=dbus.service afm-user-daemon.service InputEventManager.service HomeScreenAppFrameworkBinderAGL.service
-After=dbus.service afm-user-daemon.service InputEventManager.service HomeScreenAppFrameworkBinderAGL.service
+Requires=dbus.service afm-user-daemon.service InputEventManager.service HomeScreenAppFrameworkBinderAGL.service agl-identity-agent.service
+After=dbus.service afm-user-daemon.service InputEventManager.service HomeScreenAppFrameworkBinderAGL.service agl-identity-agent.service
 ConditionKernelCommandLine=!agl.nogfx
 
 [Service]