]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk.sysconfig
Release 2 (by relup.sh)
[packages/asterisk.git] / asterisk.sysconfig
1 # Asterisk startup configuration file
2
3 # Try to define nice-level for running asterisk
4 SERVICE_RUN_NICE_LEVEL="+5"
5
6 # Specify the configuration file
7 AST_CONFIG=/etc/asterisk/asterisk.conf
8
9 # The user that Asterisk will run as.
10 AST_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
21 ASTERISK_OPTS=""
This page took 0.053626 seconds and 3 git commands to generate.