units: turn off keyring handling for user@.service

This service uses PAM anyway, hence let pam_keyring set things up for
us. Moreover, this way we ensure that the invocation ID is not set for
this service as key, and thus can't confuse the user service's
invocation ID.

Fixes: #11649
This commit is contained in:
Lennart Poettering 2019-03-13 18:47:28 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 4890482531
commit 928df2c251

View file

@ -24,3 +24,4 @@ KillMode=mixed
Delegate=pids memory Delegate=pids memory
TasksMax=infinity TasksMax=infinity
TimeoutStopSec=120s TimeoutStopSec=120s
KeyringMode=inherit