Update install path in systemd unit files 83/7483/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 8 Dec 2016 02:11:05 +0000 (21:11 -0500)
committerScott Murray <scott.murray@konsulko.com>
Thu, 8 Dec 2016 02:12:58 +0000 (21:12 -0500)
The application is now installed in /usr/AGL/homescreen instead of in
/usr/AGL/HomeScreen, update the systemd unit files to match.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
HomeScreen/conf/HomeScreen.service
HomeScreenAppFrameworkBinderAGL/conf/HomeScreenAppFrameworkBinderAGL.service
InputEventManager/conf/InputEventManager.service
WindowManager/conf/WindowManager.service

index 5a4a042..6d76382 100644 (file)
@@ -9,7 +9,7 @@ User=root
 Type=dbus
 BusName=org.agl.homescreen
 ExecStartPre=/bin/systemctl --user is-active WindowManager
 Type=dbus
 BusName=org.agl.homescreen
 ExecStartPre=/bin/systemctl --user is-active WindowManager
-ExecStart=/usr/AGL/HomeScreen/HomeScreen
+ExecStart=/usr/AGL/homescreen/HomeScreen
 Environment=QT_IVI_SURFACE_ID=1000 QT_WAYLAND_SHELL_INTEGRATION=ivi-shell LD_PRELOAD=/usr/lib/libEGL.so
 Restart=on-failure
 RestartSec=1
 Environment=QT_IVI_SURFACE_ID=1000 QT_WAYLAND_SHELL_INTEGRATION=ivi-shell LD_PRELOAD=/usr/lib/libEGL.so
 Restart=on-failure
 RestartSec=1
index 79fc5d9..f13ab74 100644 (file)
@@ -7,7 +7,7 @@ After=afm-user-daemon.service
 User=root
 Type=dbus
 BusName=org.agl.homescreenappframeworkbinder
 User=root
 Type=dbus
 BusName=org.agl.homescreenappframeworkbinder
-ExecStart=/usr/AGL/HomeScreen/HomeScreenAppFrameworkBinderAGL
+ExecStart=/usr/AGL/homescreen/HomeScreenAppFrameworkBinderAGL
 Restart=on-failure
 RestartSec=5
 
 Restart=on-failure
 RestartSec=5
 
index a234e31..007ecad 100644 (file)
@@ -7,7 +7,7 @@ After=dbus.service
 User=root
 Type=dbus
 BusName=org.agl.inputeventmanager
 User=root
 Type=dbus
 BusName=org.agl.inputeventmanager
-ExecStart=/usr/AGL/HomeScreen/InputEventManager
+ExecStart=/usr/AGL/homescreen/InputEventManager
 Restart=on-failure
 RestartSec=5
 
 Restart=on-failure
 RestartSec=5
 
index ffc3602..5bcb777 100644 (file)
@@ -6,7 +6,7 @@ Requires=dbus.service
 User=root
 Type=dbus
 BusName=org.agl.windowmanager
 User=root
 Type=dbus
 BusName=org.agl.windowmanager
-ExecStart=/usr/AGL/HomeScreen/WindowManager
+ExecStart=/usr/AGL/homescreen/WindowManager
 Restart=on-failure
 RestartSec=1
 StandardOutput=tty
 Restart=on-failure
 RestartSec=1
 StandardOutput=tty