dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@226270 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tzafrir 2009-10-28 08:47:59 +00:00
parent 5b11a7ce6e
commit af2ffb8cf5
1 changed files with 0 additions and 4 deletions

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