Skip to content

Commit 242e45b

Browse files
committed
Daemon - remove -config flag - this is already handled by the RELEASE_SYS_CONFIG env variable
1 parent 8c19a08 commit 242e45b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/server/ruby/bin/daemon.rb

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

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

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

0 commit comments

Comments
 (0)