File: openser.default

package info (click to toggle)
openser 1.1.0-9etch1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,828 kB
  • ctags: 11,809
  • sloc: ansic: 120,528; sh: 5,249; yacc: 1,716; makefile: 1,261; php: 656; perl: 205; sql: 190
file content (29 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download | duplicates (2)
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
#
# OpenSER startup options
#

# Set to yes to enable openser, once configured properly.
RUN_OPENSER=no

# User to run as
USER=openser

# Group to run as
GROUP=openser

# Amount of memory to allocate for the running OpenSER server (in Mb)
MEMORY=64

# Enable the server to leave a core file when it crashes.
# Set this to 'yes' to enable OpenSER to leave a core file when it crashes
# or 'no' to disable this feature. This option is case sensitive and only
# accepts 'yes' and 'no' and only in lowercase letters.
#
# Please note that when this is enabled, the USER and GROUP options above
# will be ignored and the root user/group will be used instead. This is
# because only then OpenSER will be able to leave a core file.
# If someone knows how this can be made to work even when the server runs as
# user openser, please let us know. Tests show that if only as much as the
# group is set to openser, while the user is root for the running server,
# it will still refuse to write the core file.
DUMP_CORE=no