electrs: improve description

This commit is contained in:
Erik Arvstedt 2020-03-04 18:08:58 +01:00
parent fa3455d01f
commit b75b2a1626
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];