12 lines
327 B
Plaintext
Raw Normal View History

enable-ssh-support
write-env-file
use-standard-socket
default-cache-ttl 600
max-cache-ttl 7200
display :0
2022-11-03 00:07:44 -04:00
{% if graphics_driver is defined and os_flavor == "linux" %}
2022-10-28 00:27:32 -04:00
pinentry-program /usr/bin/pinentry-qt
2022-11-03 00:07:44 -04:00
{% elif graphics_driver is defined and os_flavor == "freebsd" %}
pinentry-program /usr/local/bin/pinentry-qt5
{% endif %}