Make deployment faster by importing banlist in background instead of waiting for it to finish
This commit is contained in:
parent
28f7bfee7e
commit
0b364718d3
@ -263,7 +263,7 @@ in {
|
||||
done
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
Type = "simple";
|
||||
User = "${cfg.user}";
|
||||
Group = "${cfg.group}";
|
||||
ExecStart = "${pkgs.bash}/bin/bash ${pkgs.banlist}/bin/banlist ${pkgs.altcoins.bitcoind}";
|
||||
|
Loading…
Reference in New Issue
Block a user