Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion templates/system-local-login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ password include system-login
{% if gnome_keyring %}
password optional pam_gnome_keyring.so use_authtok
{% endif %}
{% if gnome_keyring %}
{% if gnome_keyring and openrc %}
session optional pam_gnome_keyring.so auto_start
{% endif %}
session include system-login
{% if gnome_keyring and not openrc %}
session optional pam_gnome_keyring.so auto_start
{% endif %}