From e1f145d15db320fe5c5e99b90898ab87db7e8214 Mon Sep 17 00:00:00 2001 From: nexec Date: Sun, 19 Mar 2023 21:38:56 +0200 Subject: [PATCH] systemd: switch slice for xdph (#34) Consider xdg-desktop-portal-hyprland as essential for user's graphic session See https://systemd.io/DESKTOP_ENVIRONMENTS/ --- contrib/systemd/xdg-desktop-portal-hyprland.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/systemd/xdg-desktop-portal-hyprland.service.in b/contrib/systemd/xdg-desktop-portal-hyprland.service.in index ecaec96..8adcb5e 100644 --- a/contrib/systemd/xdg-desktop-portal-hyprland.service.in +++ b/contrib/systemd/xdg-desktop-portal-hyprland.service.in @@ -9,3 +9,4 @@ Type=dbus BusName=org.freedesktop.impl.portal.desktop.hyprland ExecStart=@libexecdir@/xdg-desktop-portal-hyprland Restart=on-failure +Slice=session.slice