mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
test removing sleep
This commit is contained in:
parent
44f4300013
commit
d7d0613c55
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ in
|
||||||
systemd.services.electrs = {
|
systemd.services.electrs = {
|
||||||
description = "Electrs Bitcoin Indexer";
|
description = "Electrs Bitcoin Indexer";
|
||||||
|
|
||||||
preStart = "${pkgs.coreutils}/sleep 5";
|
|
||||||
script = "${pkgs.electrs}/bin/electrs";
|
script = "${pkgs.electrs}/bin/electrs";
|
||||||
scriptArgs = "--config=${conf}";
|
scriptArgs = "--config=${conf}";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue