update example configuration
This commit is contained in:
parent
342766c2b5
commit
f009fe9b90
1 changed files with 6 additions and 7 deletions
|
@ -32,7 +32,7 @@ certfile = /home/gameserver/ca/appli/certs/servercert.pem
|
||||||
# certification to check signature
|
# certification to check signature
|
||||||
ca_cert = /home/gameserver/ca/appli/certs/cachaincert.pem
|
ca_cert = /home/gameserver/ca/appli/certs/cachaincert.pem
|
||||||
|
|
||||||
# address listen (default all port)
|
# address listen (default all network)
|
||||||
address =
|
address =
|
||||||
|
|
||||||
# activate authentification (yes or no)
|
# activate authentification (yes or no)
|
||||||
|
@ -51,22 +51,21 @@ address = 127.0.0.1
|
||||||
# List all program we manage #
|
# List all program we manage #
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
# Admin Executor Service
|
[command:test1]
|
||||||
[coucou]
|
|
||||||
# command to launch the program
|
# command to launch the program
|
||||||
command = /home/gameserver/coucou.sh
|
command = /home/gameserver/test1
|
||||||
|
|
||||||
# Admin Executor Service
|
# Admin Executor Service
|
||||||
[coucou2]
|
[command:test2]
|
||||||
# command to launch the program
|
# command to launch the program
|
||||||
command = /home/gameserver/coucou.sh
|
command = /home/gameserver/test2
|
||||||
# size buffer log for each program launched (number line stdout)
|
# size buffer log for each program launched (number line stdout)
|
||||||
logsize = 1000
|
logsize = 1000
|
||||||
# buffer size (define value bufsize on subprocess.Popen, this buffer is use before read by manager)
|
# buffer size (define value bufsize on subprocess.Popen, this buffer is use before read by manager)
|
||||||
bufsize = 100
|
bufsize = 100
|
||||||
|
|
||||||
# Admin Executor Service
|
# Admin Executor Service
|
||||||
[sleep]
|
[command:sleep]
|
||||||
# command to launch the program
|
# command to launch the program
|
||||||
command = sleep 10
|
command = sleep 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue