summaryrefslogtreecommitdiff
path: root/contrib/upstart
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-10-28 08:47:59 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-10-28 08:47:59 +0000
commit3b6d052ac7d1d94c247be349c0585144e9a175ff (patch)
tree0f79ffe2ae1bf050daab1ab3bac1f46f8a1ba577 /contrib/upstart
parent56a6df50cce4a72d17138d94eab21f5c6d3cc7cd (diff)
Remove extra cleanup in case we have more than one Asterisk.
/var/run would be cleaned on startup on most systems anyway. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@226270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib/upstart')
-rw-r--r--contrib/upstart/asterisk.user.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/upstart/asterisk.user.conf b/contrib/upstart/asterisk.user.conf
index 00fecd855..c09c9c0c8 100644
--- a/contrib/upstart/asterisk.user.conf
+++ b/contrib/upstart/asterisk.user.conf
@@ -38,7 +38,3 @@ end script
respawn
exec /usr/sbin/asterisk -U asterisk -g -f
-post-stop script
- # Might as well clean up after ourselves, too.
- rm -rf /var/run/asterisk
-end script