Skip to content

Commit

Permalink
Update cardano-node-service.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Dec 2, 2019
1 parent b1a04f2 commit 8c7375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nixos/cardano-node-service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
svcLib = (import ../svclib.nix { inherit pkgs; cardano-node = pkgs.cardano-node; });
envConfig = cfg.environments.${cfg.environment}; systemdServiceName = "cardano-node${optionalString cfg.instanced "@"}";
mkScript = cfg:
let exec = "cardano-node";
let exec = "cardano-node run";
cmd = builtins.filter (x: x != "") [
"${cfg.package}/bin/${exec}"
"--genesis-file ${cfg.genesisFile}"
Expand Down

0 comments on commit 8c7375b

Please sign in to comment.