From 54c1b51066ac7e38a6eb2e05d6579e6c0aed9304 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 28 Feb 2018 20:22:25 +0100 Subject: af-main: Refactor of user session management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changes how user session are started and handled within systemd. This evolution add a tiny program to start and handle user sessions: afm-user-session. This is the first step of a serie because, actually, due to platform restrictions, the common users if started this way will not be able to run correctly (issues with wayland/weston and with handling of CGROUP2 with Smack LSM) Also fixes memory leaks and improves build process. Bug-AGL: SPEC-545 Bug-AGL: SPEC-1016 Change-Id: Icaf7c575633fc663a3df0ffee683b22cc087bb16 Signed-off-by: José Bollo --- meta-agl/recipes-config/agl-login-manager/files/user-config.path | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 meta-agl/recipes-config/agl-login-manager/files/user-config.path (limited to 'meta-agl/recipes-config/agl-login-manager/files/user-config.path') diff --git a/meta-agl/recipes-config/agl-login-manager/files/user-config.path b/meta-agl/recipes-config/agl-login-manager/files/user-config.path deleted file mode 100644 index 07f61f646..000000000 --- a/meta-agl/recipes-config/agl-login-manager/files/user-config.path +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=AGL user config unit path - -[Path] -PathExists=@DISPLAY_XDG_RUNTIME_DIR@/wayland-0 - -[Install] -WantedBy=default.target -- cgit 1.2.3-korg