Merge branch 'faster-banlist'

This commit is contained in:
Jonas Nick 2019-04-08 08:37:06 +00:00
commit f00a0fa2d3
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 1 deletions

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