2022-10-27 01:34:06 -04:00
|
|
|
enable-ssh-support
|
|
|
|
write-env-file
|
|
|
|
use-standard-socket
|
|
|
|
default-cache-ttl 600
|
|
|
|
max-cache-ttl 7200
|
|
|
|
display :0
|
2022-11-25 15:53:43 -05:00
|
|
|
{% if install_graphics and os_flavor == "linux" %}
|
2022-10-28 00:27:32 -04:00
|
|
|
pinentry-program /usr/bin/pinentry-qt
|
2022-11-25 15:53:43 -05:00
|
|
|
{% elif install_graphics and os_flavor == "freebsd" %}
|
2022-10-27 01:34:06 -04:00
|
|
|
pinentry-program /usr/local/bin/pinentry-qt5
|
|
|
|
{% endif %}
|