[14:46] is any body working on better puppet intergration with upstart? [15:16] alright lets step back from puppet for a sec [15:16] and talk about services which take a little time to shutdown and startup again [15:16] ie squid [15:16] restart squid fails [15:18] it leaves squid shutting down, tries to start it again immediatly (which fails) [15:18] is there any way currently to prevent this behaviour? [15:52] I have solved my issue by putting a while loop into the post-stop script which looks for the (squid) process as its shutting down [16:19] I have added my fix to -> https://bugs.launchpad.net/ubuntu/+source/squid/+bug/573853