From 928df2c251501f9a693cfd292a8a05c45d1963e2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Mar 2019 18:47:28 +0100 Subject: [PATCH] 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 --- units/user@.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/units/user@.service.in b/units/user@.service.in index ca98c0515df..e898b397830 100644 --- a/units/user@.service.in +++ b/units/user@.service.in @@ -24,3 +24,4 @@ KillMode=mixed Delegate=pids memory TasksMax=infinity TimeoutStopSec=120s +KeyringMode=inherit