From 9d07e7e9ee90aef47b4a794f9af61b8426296bf1 Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Wed, 30 Jan 2008 20:08:58 +0000
Subject: [PATCH] Clarify configuration file that can be misunderstood

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@101322 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/cli.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/cli.conf.sample b/configs/cli.conf.sample
index 112ae1c90e..0ddd92c998 100644
--- a/configs/cli.conf.sample
+++ b/configs/cli.conf.sample
@@ -5,7 +5,7 @@
 [startup_commands]
 ;
 ; Any commands listed in this section will get automatically executed
-; when Asterisk starts.
+; when Asterisk starts as a daemon or foreground process (-c).
 ;
 ;sip set debug on = yes
 ;core set verbose 3 = yes
-- 
GitLab