Files
nix-bitcoin/modules
Erik Arvstedt 90ce68cb16 treewide: ensure services are started after secrets setup
Now all services that access secrets only run after the secrets setup
has finished.

Previously, we assumed that the systemd `after` dependency is
transitive, i.e. that adding an `after = [ "bitcoind.service" ]`
to a service implicitly pulled in the `after` dependency to
`nix-bitcoin-secrets.target` (which is defined for `bitcoind`).
This is not the case. Services could start before secrets setup
had finished, leading to service failure.
2023-10-08 13:56:56 +02:00
..
2023-09-09 14:35:35 +02:00
2023-08-20 10:54:45 +02:00
2023-06-02 10:49:25 +00:00
2023-09-09 14:35:35 +02:00