mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
fixed?
This commit is contained in:
parent
a11e72949c
commit
eaf84e155b
2 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ cookie_file = "/var/lib/bitcoin/.cookie"
|
|||
db_dir = "/var/lib/electrs"
|
||||
|
||||
log_filters = "INFO"
|
||||
timestamp = true
|
||||
|
||||
daemon_rpc_addr = "127.0.0.1:8332"
|
||||
daemon_p2p_addr = "127.0.0.1:8333"
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ in
|
|||
ExecStart = "${pkgs.electrs}/bin/electrs --conf=${electrsConfig}";
|
||||
User = "electrs";
|
||||
Group = "bitcoin";
|
||||
WorkingDirectory = home;
|
||||
|
||||
Type = "simple";
|
||||
KillMode = "process";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue