summarylogtreecommitdiffstats
path: root/electrs.sysusers
AgeCommit message (Collapse)Author
2026-03-15electrs: run as `electrs` userIvan Shapovalov
Now that electrs does not need to dig through the bitcoind database, we can run it as its own user. The user is added to the `bitcoin` group for convenience, if cookie authentication is desired.
2025-07-24electrs: add a systemd service, sysusers.d and tmpfiles.d configsIvan Shapovalov