mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 08:55:20 +02:00
5 lines
198 B
Bash
5 lines
198 B
Bash
# Ask the the daemon to only initialize certain components.
|
|
KEYRING_COMPONENTS="pkcs11,secrets"
|
|
|
|
# Directory in which communication sockets are created.
|
|
KEYRING_DIRECTORY="$XDG_RUNTIME_DIR/keyring"
|