summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-08 00:30:29 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-08 00:30:29 +0000
commit6f4fabf043eb6e0c27d8e5109e97f68c24efa431 (patch)
tree3372362596a5638628cb8fba3c4d310359cf841b /doc
parent145daf44d81b5eba26a6763e0900d059ac23fd1f (diff)
issue #5621
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7004 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.asterisk.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.asterisk.conf b/doc/README.asterisk.conf
index d2d8befcd..953ad5597 100755
--- a/doc/README.asterisk.conf
+++ b/doc/README.asterisk.conf
@@ -49,6 +49,9 @@ nocolor = yes | no ; Disable ANSI colors (-n)
dumpcore = yes | no ; Dump core on failure (-g)
quiet = yes | no ; Run quietly (-q)
timestamp = yes | no ; Force timestamping on log entries to console (-T)
+user = asterisk ; User to run asterisk as (-U) NOTE: will require changes to
+ ; directory and device permisions
+group = asterisk ; Group to run asterisk as (-G)
;These options have no command line equivalent
cache_record_files = yes | no ; Cache record() files in another directory until completion