This role works on Debian 12, however the location of the PIDFile is /var/run/bitcoind/main/bitcoind.pid instead of /run/bitcoind/main/bitcoind.pid. I am currently changing this after running this role using ansible.builtin.lineinfile and restarting the service with daemon-reload, however it would be preferable to have the template for the .service file allow setting a variable to specify the location.
As with #18, I feel it should default to /run/bitcoind/main/bitcoind.pid to maintain backward compatibility.
This role works on Debian 12, however the location of the PIDFile is
/var/run/bitcoind/main/bitcoind.pid
instead of/run/bitcoind/main/bitcoind.pid
. I am currently changing this after running this role usingansible.builtin.lineinfile
and restarting the service with daemon-reload, however it would be preferable to have the template for the .service file allow setting a variable to specify the location.As with #18, I feel it should default to
/run/bitcoind/main/bitcoind.pid
to maintain backward compatibility.