acl/app/jaws/dist/unix_setup/conf/main.cf
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

36 lines
1006 B
CFEngine3
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#inet_interfaces = all
# 默认的每个服务的最大进程数
default_process_limit = 250
# 用户属主
owner_user = root
master_owner = root
# 组主
owner_group = root
# 如果子进程服务异常退出,重启该子进程服务的时间间隔(秒)
service_throttle_time = 60
# 父进程进程名
process_name = acl_master
#daemon_timeout = 18000
buf_size = 81920
# 父进程与子进程通信时的读写超时时间(秒)
rw_timeout = 60
#max_use = 100
#max_idle = 100
#in_flow_delay = 1
# 调用 select 循环时的等待秒级值
event_delay_sec = 1
# 调用 select 循环时的等待微秒级值
event_delay_usec = 5000
# 所有服务进程程序所在的目录
daemon_directory = {install_path}/libexec
# acl_master 进程运行时的日志记录文件
log_file = {install_path}/var/log/acl_master
# 所有服务进程的服务配置文件所在的目录
service_directory = {install_path}/conf/service
queue_directory = {install_path}/var
# 记录 acl_master 运行时的进程号
pid_file = {install_path}/var/pid/acl_master.pid
# 是否扫描并行 {install_path}/conf/service/ 目录下的子目录服务配置文件0 -- 否1 -- 是
scan_subdir = 0