You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
8 years ago
|
worker {
|
||
7 years ago
|
bind_socket = "*:11333";
|
||
8 years ago
|
.include "$CONFDIR/worker-normal.inc"
|
||
|
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-normal.inc"
|
||
|
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-normal.inc"
|
||
|
}
|