Fixed typo and replaced tab with spaces
This commit is contained in:
parent
9ada1d32f3
commit
197155fb0b
@ -33,7 +33,7 @@ in {
|
|||||||
|
|
||||||
systemd.services.electrs = {
|
systemd.services.electrs = {
|
||||||
description = "Run electrs";
|
description = "Run electrs";
|
||||||
wantedBy = [ "muli-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
requires = [ "bitcoind.service" ];
|
requires = [ "bitcoind.service" ];
|
||||||
after = [ "bitcoind.service" ];
|
after = [ "bitcoind.service" ];
|
||||||
# create shell script to start up electrs safely with password parameter
|
# create shell script to start up electrs safely with password parameter
|
||||||
|
Loading…
Reference in New Issue
Block a user