create mango-session.target

This commit is contained in:
Ray Elliott 2026-03-04 19:58:39 +00:00
commit e7b71de3d8
14 changed files with 137 additions and 8 deletions

21
user/gcr-prompter.service Normal file
View file

@ -0,0 +1,21 @@
# GCR prompter provides keyring prompt dialogs used by secret-service flows.
#
# Why this unit exists:
# - In compositor-only sessions this helper may not be auto-started.
# - Running it explicitly avoids missing prompt UI in keyring unlock paths.
#
# Why it is tied to mango-session.target:
# - It is a GUI helper and should follow the compositor session lifecycle.
[Unit]
Description=GCR Prompter
PartOf=mango-session.target
[Service]
Type=simple
ExecStart=/usr/lib/gcr-prompter
Restart=on-failure
RestartSec=2
[Install]
WantedBy=mango-session.target