test removing sleep

This commit is contained in:
Bryan Ramos 2024-05-15 00:27:34 -04:00
parent 44f4300013
commit d7d0613c55
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -46,7 +46,6 @@ in
systemd.services.electrs = {
description = "Electrs Bitcoin Indexer";
preStart = "${pkgs.coreutils}/sleep 5";
script = "${pkgs.electrs}/bin/electrs";
scriptArgs = "--config=${conf}";