mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	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: https://origsvn.digium.com/svn/asterisk/trunk@23675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user