summaryrefslogtreecommitdiff
path: root/contrib/upstart
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-06-12 19:46:25 +0000
committerSean Bright <sean@malleable.com>2009-06-12 19:46:25 +0000
commit2763066e34d2631f3fc15c3c2ed6a6adea2e3ee5 (patch)
tree5956b14a48505e1b2cf7f9c7c96fe8f9c5e04147 /contrib/upstart
parent870a5b6c2de48bacfe42c40020230b5baf2a811b (diff)
Include basic installation and usage instructions for upstart script.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200430 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib/upstart')
-rw-r--r--contrib/upstart/asterisk.upstart-0.3.98
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/upstart/asterisk.upstart-0.3.9 b/contrib/upstart/asterisk.upstart-0.3.9
index 4f75b3134..f1b2a31f4 100644
--- a/contrib/upstart/asterisk.upstart-0.3.9
+++ b/contrib/upstart/asterisk.upstart-0.3.9
@@ -1,6 +1,14 @@
# asterisk
#
# Upstart control file for the Asterisk PBX
+#
+# To install, rename this file to 'asterisk' and copy it to /etc/event.d/
+#
+# To start asterisk manually:
+# sudo start asterisk
+#
+# To stop asterisk manually:
+# sudo stop asterisk
description "Asterisk PBX"
version "1.6.3"