246 lines
9.6 KiB
INI
246 lines
9.6 KiB
INI
#
|
|
# Configuration process khaganat
|
|
#
|
|
# Copyright (C) 2017 AleaJactaEst
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
##############################
|
|
##############################
|
|
# Global parameter
|
|
##############################
|
|
##############################
|
|
[config]
|
|
# Define port listen (default 8000)
|
|
port = 8000
|
|
|
|
# key
|
|
keyfile = /home/gameserver/ca/appli/private/serverkey.pem
|
|
|
|
# certificate
|
|
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 =
|
|
|
|
##############################
|
|
##############################
|
|
# List all program we manage #
|
|
##############################
|
|
##############################
|
|
|
|
##############################
|
|
# Admin Executor Service
|
|
##############################
|
|
[aes]
|
|
# command to launch the program
|
|
command = ryzom_admin_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/log/khanat --nobreak --fulladminname=admin_executor_service --shortadminname=AES
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# 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
|
|
|
|
##############################
|
|
# bms_master : backup_service
|
|
##############################
|
|
[bms_master]
|
|
# command to launch the program
|
|
command = ryzom_backup_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid -P49990
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
#[bms_pd_master]
|
|
# # command to launch the program
|
|
# command = ryzom_backup_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid -P49992
|
|
# # Path : where this program is launched
|
|
# path = /home/gameserver/khanat/server/
|
|
# # size buffer log for each program launched (number line stdout)
|
|
# logsize = 1000
|
|
|
|
##############################
|
|
# egs : entities_game_service
|
|
##############################
|
|
[egs]
|
|
# command to launch the program
|
|
command = ryzom_entities_game_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# gpms : gpm_service
|
|
##############################
|
|
[gpms]
|
|
# command to launch the program
|
|
command = ryzom_gpm_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/gpms
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# ios : input_output_service
|
|
##############################
|
|
[ios]
|
|
# command to launch the program
|
|
command = ryzom_ios_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# rns : naming_service
|
|
##############################
|
|
[rns]
|
|
# command to launch the program
|
|
command = ryzom_naming_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# rws : welcome_service
|
|
##############################
|
|
[rws]
|
|
# command to launch the program
|
|
command = ryzom_welcome_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# ts : tick_service
|
|
##############################
|
|
[ts]
|
|
# command to launch the program
|
|
command = ryzom_tick_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# ms : mirror_service
|
|
##############################
|
|
[ms]
|
|
# command to launch the program
|
|
command = ryzom_mirror_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# ais_newbyland : ai_service
|
|
##############################
|
|
[ais_newbyland]
|
|
# command to launch the program
|
|
command = ryzom_ai_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid -mCommon:Newbieland:Post
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# mfs : mail_forum_service
|
|
##############################
|
|
[mfs]
|
|
# command to launch the program
|
|
command = ryzom_mail_forum_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# su : shard_unifier_service
|
|
##############################
|
|
[su]
|
|
# command to launch the program
|
|
command = ryzom_shard_unifier_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# fes : frontend_service
|
|
##############################
|
|
[fes]
|
|
# command to launch the program
|
|
command = ryzom_frontend_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# sbs : session_browser_server
|
|
##############################
|
|
[sbs]
|
|
# command to launch the program
|
|
command = ryzom_session_browser_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
##############################
|
|
# lgs : logger_service
|
|
##############################
|
|
[lgs]
|
|
# command to launch the program
|
|
command = ryzom_logger_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|
|
|
|
# [mos]
|
|
# # command to launch the program
|
|
# command = ryzom_monitor_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# # Path : where this program is launched
|
|
# path = /home/gameserver/khanat/server/
|
|
# # size buffer log for each program launched (number line stdout)
|
|
# logsize = 1000
|
|
|
|
# [pdss]
|
|
# # command to launch the program
|
|
# command = ryzom_pd_support_service -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# # Path : where this program is launched
|
|
# path = /home/gameserver/khanat/server/
|
|
# # size buffer log for each program launched (number line stdout)
|
|
# logsize = 1000
|
|
|
|
##############################
|
|
# ras : admin_service
|
|
##############################
|
|
[ras]
|
|
# command to launch the program
|
|
command = ryzom_admin_service --fulladminname=admin_service --shortadminname=AS -A/home/gameserver/khanat/server -C/home/gameserver/khanat/server -L/home/gameserver/khanat/server/log --nobreak --writepid
|
|
# Path : where this program is launched
|
|
path = /home/gameserver/khanat/server/
|
|
# size buffer log for each program launched (number line stdout)
|
|
logsize = 1000
|