From 5f5477cb8c84e7859839bacc9cd6f9b33fc1e9aa Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sat, 4 Feb 2023 15:30:49 +0100 Subject: [PATCH] Fixed service file --- gui-wm/phosh/files/phosh.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui-wm/phosh/files/phosh.service b/gui-wm/phosh/files/phosh.service index a76231b..5edb545 100755 --- a/gui-wm/phosh/files/phosh.service +++ b/gui-wm/phosh/files/phosh.service @@ -34,7 +34,7 @@ Environment=LANG=C.UTF-8 Environment=XDG_CURRENT_DESKTOP=Phosh:GNOME Environment=XDG_SESSION_DESKTOP=phosh Environment=XDG_SESSION_TYPE=wayland -ExecStart=/usr/bin/phosh +ExecStart=/usr/bin/phosh-session TimeoutStartSec=30 User=1000 PAMName=login @@ -59,3 +59,4 @@ UtmpMode=user [Install] WantedBy=graphical.target +