Skip to content

Commit

Permalink
binary renaming from server to minimint
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredhikari committed Aug 11, 2022
1 parent 1c25738 commit 8ab56b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/minimint.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ in {
serviceConfig = nbLib.defaultHardening // {
WorkingDirectory = cfg.dataDir;
ExecStart = ''
${cfg.package}/bin/server ${cfg.dataDir}/server-0.json ${cfg.dataDir}/mint-0.db
${cfg.package}/bin/minimint ${cfg.dataDir}/server-0.json ${cfg.dataDir}/mint-0.db
'';
User = cfg.user;
Group = cfg.group;
Expand Down

0 comments on commit 8ab56b6

Please sign in to comment.