Make pinentry program a templated variable.

This commit is contained in:
Tom Alexander
2022-10-27 01:34:06 -04:00
parent 07f1b0a20f
commit 87570eba79
3 changed files with 22 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
enable-ssh-support
write-env-file
use-standard-socket
default-cache-ttl 600
max-cache-ttl 7200
display :0
{% if os_flavor == "linux" %}
pinentry-program /usr/bin/pinentry-qt5
{% elif os_flavor == "freebsd" %}
pinentry-program /usr/local/bin/pinentry-qt5
{% endif %}