]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk.sysconfig
Version: 16.1.1
[packages/asterisk.git] / asterisk.sysconfig
CommitLineData
68da8345
PG
1# Asterisk startup configuration file
2
3# Try to define nice-level for running asterisk
4SERVICE_RUN_NICE_LEVEL="+5"
5
2468a25f
ER
6# Specify the configuration file
7AST_CONFIG=/etc/asterisk/asterisk.conf
8
9# The user that Asterisk will run as.
10AST_USER="asterisk"
11
12# If a user is specified above, Asterisk will change the group it runs
13# as to the primary group of the user, as well as initialize the
14# supplementary groups. If you want to run Asterisk as a different
15# group, set AST_GROUP to the group that Asterisk should run as. Note
16# that this may break Zaptel devices as supplementary groups will not
17# be initialized.
18#AST_GROUP="asterisk"
19
20# A place to specify extra arguments for the Asterisk command line
21ASTERISK_OPTS=""
This page took 0.18026 seconds and 4 git commands to generate.