aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authoralmalh <almalh@proton.me>2023-03-10 20:41:56 -0500
committeralmalh <almalh@proton.me>2023-04-15 18:28:12 -0400
commit87e2a643279a19191d84bca0a43a4c7a96840bfc (patch)
tree91b43c45d57771a18ee6e83f0e266ec472dfee76 /src/daemon
parentMerge pull request #8737 (diff)
downloadmonero-87e2a643279a19191d84bca0a43a4c7a96840bfc.tar.xz
Allow option 'non-interactive' in monerod config file
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/main.cpp b/src/daemon/main.cpp
index 3d90e0855..09ae0633e 100644
--- a/src/daemon/main.cpp
+++ b/src/daemon/main.cpp
@@ -159,6 +159,7 @@ int main(int argc, char const * argv[])
command_line::add_arg(core_settings, daemon_args::arg_zmq_rpc_bind_port);
command_line::add_arg(core_settings, daemon_args::arg_zmq_pub);
command_line::add_arg(core_settings, daemon_args::arg_zmq_rpc_disabled);
+ command_line::add_arg(core_settings, daemonizer::arg_non_interactive);
daemonizer::init_options(hidden_options, visible_options);
daemonize::t_executor::init_options(core_settings);