From cd7b9ff09b6dc83e242875216f18dbe37fa786a6 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 7 Dec 2016 21:11:05 -0500 Subject: Update install path in systemd unit files 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 --- WindowManager/conf/WindowManager.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WindowManager/conf') diff --git a/WindowManager/conf/WindowManager.service b/WindowManager/conf/WindowManager.service index ffc3602..5bcb777 100644 --- a/WindowManager/conf/WindowManager.service +++ b/WindowManager/conf/WindowManager.service @@ -6,7 +6,7 @@ Requires=dbus.service 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 -- cgit 1.2.3-korg