Skip to content

Commit

Permalink
Use unbundled_exec when starting provider workers
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Sep 16, 2022
1 parent 5c11a93 commit 8c6dd45
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 8c6dd45

Please sign in to comment.