Skip to content

Commit

Permalink
fix: remove bad exec
Browse files Browse the repository at this point in the history
  • Loading branch information
will-lol committed Sep 8, 2024
1 parent c8f136e commit f86e613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/launchd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ let
serviceConfig.ProgramArguments = mkIf (cmd != "") [
"/bin/sh"
"-c"
"exec /bin/wait4path /nix/store && exec ${cmd}"
"/bin/wait4path /nix/store && exec ${cmd}"
];
serviceConfig.EnvironmentVariables = mkIf (env != {}) env;
};
Expand Down

0 comments on commit f86e613

Please sign in to comment.