From f009fe9b9099845d44c24a86b21b8fdc1189cb08 Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Tue, 13 Feb 2018 20:42:31 +0100 Subject: [PATCH] update example configuration --- tests/test.cfg | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tests/test.cfg b/tests/test.cfg index edd799e..410e6e2 100644 --- a/tests/test.cfg +++ b/tests/test.cfg @@ -32,7 +32,7 @@ certfile = /home/gameserver/ca/appli/certs/servercert.pem # certification to check signature ca_cert = /home/gameserver/ca/appli/certs/cachaincert.pem -# address listen (default all port) +# address listen (default all network) address = # activate authentification (yes or no) @@ -51,22 +51,21 @@ address = 127.0.0.1 # List all program we manage # ############################## -# Admin Executor Service -[coucou] +[command:test1] # command to launch the program -command = /home/gameserver/coucou.sh +command = /home/gameserver/test1 # Admin Executor Service -[coucou2] +[command:test2] # command to launch the program -command = /home/gameserver/coucou.sh +command = /home/gameserver/test2 # size buffer log for each program launched (number line stdout) logsize = 1000 # buffer size (define value bufsize on subprocess.Popen, this buffer is use before read by manager) bufsize = 100 # Admin Executor Service -[sleep] +[command:sleep] # command to launch the program command = sleep 10