From 139097df761cf2df0e84203ce1a0823704c2c1f4 Mon Sep 17 00:00:00 2001 From: "Alejandro M. Ramallo" Date: Wed, 11 Sep 2024 11:46:20 +0100 Subject: [PATCH] add comment Signed-off-by: Alejandro M. Ramallo --- config/prod/vm.args | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/prod/vm.args b/config/prod/vm.args index 35b1951c..bcd66919 100644 --- a/config/prod/vm.args +++ b/config/prod/vm.args @@ -12,7 +12,10 @@ ## for BONDY_ERL_DISTRIBUTED_COOKIE to be replaced -setcookie ${BONDY_ERL_DISTRIBUTED_COOKIE} -## Finally load the remaining vm.args that are generated by cuttlefish from the +## Load the remaining vm.args that are generated by cuttlefish from the ## input provided in the bondy.conf file -args_file etc/generated/vm.generated.args + +## Finally load the user-defined vm.extra.args. Bondy innit scripts +## will create an empty file in case one doesn't exist -args_file etc/vm.extra.args \ No newline at end of file