update example configuration

This commit is contained in:
AleaJactaEst 2018-02-13 20:42:31 +01:00
parent 342766c2b5
commit f009fe9b90

View file

@ -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