summaryrefslogtreecommitdiff
path: root/contrib/scripts/safe_asterisk.8
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-04-19 21:11:31 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-04-19 21:11:31 +0000
commit2af019970f58bf5a09cd048c4b12cb2a71724270 (patch)
treefff81ec1f56158fec084a7c85188fc706267290a /contrib/scripts/safe_asterisk.8
parentefc4a4708cee043d9e0425303c7b9f37fff6d9bd (diff)
Merged revisions 21638 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r21638 | kpfleming | 2006-04-19 16:10:41 -0500 (Wed, 19 Apr 2006) | 2 lines support system-specific scripts in safe_asterisk, before starting Asterisk proper ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21639 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib/scripts/safe_asterisk.8')
-rw-r--r--contrib/scripts/safe_asterisk.87
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/scripts/safe_asterisk.8 b/contrib/scripts/safe_asterisk.8
index 277fa5f8d..ebd95142a 100644
--- a/contrib/scripts/safe_asterisk.8
+++ b/contrib/scripts/safe_asterisk.8
@@ -40,6 +40,13 @@ safe_asterisk runs in that directory, rather than in / as usual.
If core files were generated there, they may be
.RE
+.B /etc/asterisk/startup.d
+.RS
+Files in this directory will be 'source'd by the safe_asterisk script before
+it starts Asterisk proper, allowing them to set additional environment variables
+or run any other steps that are needed for your system.
+.RE
+
.SH BUGS
While showing the output on a console is useful, using screen(1) as
the terminal may be better.