diff options
-rw-r--r-- | irmd.conf.in | 5 |
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 []. |