From: Tzafrir Cohen Date: Wed, 28 Oct 2009 08:47:59 +0000 (+0000) Subject: Remove extra cleanup in case we have more than one Asterisk. X-Git-Tag: 11.0.0-beta1~3966 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b6d052ac7d1d94c247be349c0585144e9a175ff;p=thirdparty%2Fasterisk.git 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 --- diff --git a/contrib/upstart/asterisk.user.conf b/contrib/upstart/asterisk.user.conf index 00fecd8556..c09c9c0c85 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