aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 14:55:05 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 14:55:05 +0000
commite35f607185bd75ee360b81ac074776cae02550bb (patch)
tree612ef7405224b9af1822726b09b5a1752f34a7f1 /doc
parentfd0fef45bfd11a868409733a3995a988640b3309 (diff)
add a command-line flag and option to force forking, even with -v or -d
rename a flag to have the proper name git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23675 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/asterisk-conf.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/asterisk-conf.txt b/doc/asterisk-conf.txt
index 5b22302d0..72c81098a 100644
--- a/doc/asterisk-conf.txt
+++ b/doc/asterisk-conf.txt
@@ -42,6 +42,7 @@ astlogdir => /var/log/asterisk
verbose = 0 ; Verbosity level for logging (-v)
debug = 3 ; Debug: "No" or value (1-4)
nofork=yes | no ; Background execution disabled (-f)
+alwaysfork=yes | no ; Always background, even with -v or -d (-F)
console= yes | no ; Console mode (-c)
highpriority = yes | no ; Execute with high priority (-p)
initcrypto = yes | no ; Initialize crypto at startup (-i)