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
This commit is contained in:
Tzafrir Cohen
2009-10-28 08:47:59 +00:00
parent 56a6df50cc
commit 3b6d052ac7

View File

@@ -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