git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@67118
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#! /bin/sh
-# $Id: asterisk,v 1.3 2005/11/17 22:30:01 Gregory Boehnlein <damin@nacs.net>
+# $Id$
#
# asterisk start the asterisk PBX
#
#!/sbin/runscript
+# $Id$
depend() {
need net logger
# processname: asterisk
#
+# $Id$
+
TTY=9 # TTY (if you want one) for Asterisk to run on
CONSOLE=yes # Whether or not you want a console
NOTIFY=root # Who to notify about crashes
#
# hide: true
+# $Id$
+
# Source function library.
. /etc/rc.d/init.d/functions
#!/bin/sh
-# $Id: asterisk,v 1.3 2005/11/17 22:30:01 Gregory Boehnlein <damin@nacs.net>
+# $Id$
#
# asterisk Starts, Stops and Reloads Asterisk.
#
#
# 03.29.2005 - Initial Version
#
+# $Id$
asterisk_start() {
if [ -x /usr/sbin/asterisk ]; then