Skip to content

Commit d0d3b43

Browse files
committed
Revert "Daemon - remove -config flag - this is already handled by the RELEASE_SYS_CONFIG env variable"
This reverts commit 242e45b.
1 parent c5b336e commit d0d3b43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/server/ruby/bin/daemon.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,8 @@ def initialize(ports, kill_switch, token)
986986

987987
cmd = File.expand_path(Paths.tau_release_erl_bin_path)
988988

989-
args = ["-boot", File.expand_path(Paths.tau_release_start_path),
989+
args = ["-config", File.expand_path(Paths.tau_release_sys_path),
990+
"-boot", File.expand_path(Paths.tau_release_start_path),
990991
"-boot_var", "RELEASE_LIB", File.expand_path(Paths.tau_release_lib_path),
991992
"-args_file", File.expand_path(Paths.tau_release_vm_args_path),
992993
"-noshell",

0 commit comments

Comments
 (0)