create mango-session.target
This commit is contained in:
parent
207dac004e
commit
e7b71de3d8
14 changed files with 137 additions and 8 deletions
21
user/gcr-prompter.service
Normal file
21
user/gcr-prompter.service
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue