Skip to content

Commit

Permalink
Merge pull request #22112 from agrare/use_unbundled_exec_when_startin…
Browse files Browse the repository at this point in the history
…g_provider_workers

Use `unbundled_exec` when starting provider workers
  • Loading branch information
Fryguy authored Sep 16, 2022
2 parents 5c11a93 + 8c6dd45 commit 3a82984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/bin/provider_worker
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ $stdout.puts "Starting #{worker_type} with PID: #{Process.pid} and args: #{args}
# Using exec here rather than fork+exec so that we can continue to use the
# standard systemd service Type=notify and not have to use Type=forking which
# can limit other systemd options available to the service.
Kernel.exec(args)
Bundler.unbundled_exec(args)

0 comments on commit 3a82984

Please sign in to comment.