From 9b34b858694ca4b8b778c8239c7bb6c799b4996f Mon Sep 17 00:00:00 2001 From: Thijs Paelman Date: Mon, 11 Dec 2023 12:03:58 +0100 Subject: 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 Signed-off-by: Sander Vrijders --- irmd.conf.in | 5 +++-- 1 file 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 []. -- cgit v1.2.3