forked from c0r0n3r/zorp-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzorpctl.conf
75 lines (61 loc) · 2.29 KB
/
zorpctl.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#############################################################################
## -*- coding: UTF-8 -*-
##
## Copyright (c) 2011 BalaBit IT Ltd, Budapest, Hungary
## Copyright (c) 2011 Szilárd Pfeiffer <[email protected]>
##
## Authors: Szilárd Pfeiffer <[email protected]>
##
## Permission is granted to copy, distribute and/or modify this document
## under the terms of the GNU Free Documentation License, Version 1.3
## or any later version published by the Free Software Foundation;
## with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
## A copy of the license is included in the section entitled "GNU
## Free Documentation License".
##
#############################################################################
#
# This file is sourced by zorpctl and contains default settings
# for various parameters.
#
# specifies whether --auto-restart is default
AUTO_RESTART=1
# wait a starting process to report back for this amount of time, assume the
# startup failed if it exceeds this time.
START_WAIT_TIMEOUT=10
# The interval (in seconds) to check a stopping Zorp instance at, second
# fractions are allowed.
STOP_CHECK_DELAY=0.1
# The number of seconds to wait for a stopping Zorp instance
STOP_CHECK_TIMEOUT=5
# The minimal process limit
PROCESS_LIMIT_MIN=256
# The extra processes to allocate limit for.
PROCESS_LIMIT_RESERVE=64
# automatically append this string to each Zorp command line, this was
# renamed in Zorp 3.0.3, but the original APPEND_ARGS option still works.
ZORP_APPEND_ARGS=""
# arguments appended to the zorpctl instance specific options, such as
# --enable-core
ZORPCTL_APPEND_ARGS=""
# whether to check /etc/zorp permissions
CHECK_PERMS="1"
#CONFIG_DIR=/etc/zorp
#CONFIG_DIR_OWNER=root
#CONFIG_DIR_GROUP=zorp
#CONFIG_DIR_MODE=0750
# directory where Zorp stores its pidfiles
#PIDFILE_DIR=/var/run/zorp
# set pidfile directory ownership according to the settings below (umask is
# applied).
# DO not modify this, unless you know what you are doing.
PIDFILE_DIR_OWNER=zorp
PIDFILE_DIR_GROUP=zorp
PIDFILE_DIR_MODE=0770
# Deprecated options, these options should not be used anymore and trigger a
# warning in zorpctl if they are used.
#PROCESS_LIMIT_THRESHOLD
#AUTO_RESTART_TIME_THRESHOLD
#AUTO_RESTART_MAX_COUNT
#START_CHECK_TIMEOUT
#AUTO_RESTART_DELAY