electrs: improve description
This commit is contained in:
parent
fa3455d01f
commit
b75b2a1626
@ -63,7 +63,7 @@ in {
|
||||
|
||||
config = mkIf cfg.enable (mkMerge [{
|
||||
systemd.services.electrs = {
|
||||
description = "Run electrs";
|
||||
description = "Electrs Electrum Server";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "bitcoind.service" ];
|
||||
after = [ "bitcoind.service" ];
|
||||
|
Loading…
Reference in New Issue
Block a user