Skip to content

Commit

Permalink
config(modules/nethermind): Use new executable
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNikov committed Jan 23, 2024
1 parent 8c711e6 commit 02767e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nethermind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ in {
{
User = serviceName;
StateDirectory = serviceName;
ExecStart = "${cfg.package}/bin/Nethermind.Runner ${scriptArgs}";
ExecStart = "${cfg.package}/bin/nethermind ${scriptArgs}";

MemoryDenyWriteExecute = false;
}
Expand Down

0 comments on commit 02767e1

Please sign in to comment.