mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
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:
parent
4890482531
commit
928df2c251
@ -24,3 +24,4 @@ KillMode=mixed
|
||||
Delegate=pids memory
|
||||
TasksMax=infinity
|
||||
TimeoutStopSec=120s
|
||||
KeyringMode=inherit
|
||||
|
Loading…
Reference in New Issue
Block a user