summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Paelman <thijs@ouroboros.rocks>2023-12-11 12:03:58 +0100
committerSander Vrijders <sander@ouroboros.rocks>2023-12-17 13:23:49 +0100
commit9b34b858694ca4b8b778c8239c7bb6c799b4996f (patch)
tree1da294b55a9ed639b55f170b35e933821fe47096
parent676bd51161e7584175b97cfb7ec2bebd6d951acc (diff)
downloadouroboros-9b34b858694ca4b8b778c8239c7bb6c799b4996f.tar.gz
ouroboros-9b34b858694ca4b8b778c8239c7bb6c799b4996f.zip
irmd: Use long-form options in config files
Since config files are meant to be read, use long-form arguments where possible. Also fixed autostart behaviour for oecho. Signed-off-by: Thijs Paelman <thijs@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
-rw-r--r--irmd.conf.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/irmd.conf.in b/irmd.conf.in
index fe280a1e..4fb01c93 100644
--- a/irmd.conf.in
+++ b/irmd.conf.in
@@ -42,12 +42,13 @@
[name.oping]
prog=["@INSTALL_DIR@/oping"] # Defaults to [].
-args=["-l"] # Defaults to disabled. Autostart server with these args.
+args=["--listen"] # Defaults to disabled. Autostart server with these args.
lb="round-robin" # Defaults to spill (load-balancing options: spill, round-robin).
[name.oecho]
+prog=["@INSTALL_DIR@/oecho"] # Defaults to [].
+args=["--listen"] # Defaults to disabled. Autostart server with these args.
lb="round-robin" # Defaults to spill (load-balancing options: spill, round-robin).
-args="-l" # Defaults to disabled. Autostart server with these args.
[name.ocbr]
prog=["@INSTALL_DIR@/ocbr"] # Defaults to [].