]> git.pld-linux.org Git - packages/asterisk.git/blobdiff - asterisk.sysconfig
- subpkg for h323
[packages/asterisk.git] / asterisk.sysconfig
index 2e897d355a4501eb1d9b54c15085872f51de8c08..0cd11a4b8be9f4f2f026f452ee833d1bfa931ca8 100644 (file)
@@ -3,3 +3,19 @@
 # Try to define nice-level for running asterisk
 SERVICE_RUN_NICE_LEVEL="+5"
 
+# Specify the configuration file
+AST_CONFIG=/etc/asterisk/asterisk.conf
+
+# The user that Asterisk will run as.
+AST_USER="asterisk"
+
+# If a user is specified above, Asterisk will change the group it runs
+# as to the primary group of the user, as well as initialize the
+# supplementary groups.  If you want to run Asterisk as a different
+# group, set AST_GROUP to the group that Asterisk should run as.  Note
+# that this may break Zaptel devices as supplementary groups will not
+# be initialized.
+#AST_GROUP="asterisk"
+
+# A place to specify extra arguments for the Asterisk command line
+ASTERISK_OPTS=""
This page took 0.077412 seconds and 4 git commands to generate.