X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=WindowManager%2Fconf%2FWindowManager.service;h=5bcb777f4c9304965d8d94d2008a69bcc05068de;hb=cd7b9ff09b6dc83e242875216f18dbe37fa786a6;hp=b44e14ee0a718ebf9ff91b154e66571aba9e007d;hpb=565a64667f8903cec4cacd8a1e59a0773438fef3;p=staging%2FHomeScreen.git diff --git a/WindowManager/conf/WindowManager.service b/WindowManager/conf/WindowManager.service index b44e14e..5bcb777 100644 --- a/WindowManager/conf/WindowManager.service +++ b/WindowManager/conf/WindowManager.service @@ -1,15 +1,15 @@ [Unit] Description=AGL Window Manager -After=weston.service +Requires=dbus.service [Service] -Type=dbus +User=root +Type=dbus BusName=org.agl.windowmanager -ExecStart=/usr/AGL/WindowManager/WindowManager +ExecStart=/usr/AGL/homescreen/WindowManager Restart=on-failure -RestartSec=5 - +RestartSec=1 +StandardOutput=tty [Install] WantedBy=default.target -