Merge branch 'faster-banlist'

This commit is contained in:
Jonas Nick
2019-04-08 08:37:06 +00:00

View File

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