Scott Moser a08ca14e3c cloud-init-nonet.conf: handle case where sleep died
In starting containers in lxc, I was seeing errors like:
  /proc/self/fd/9: 24: kill: No such process

Which indicated the sleep pid had already died.
I'm not sure how or why it was dead, but this just is less annoying in that
case.
2013-03-26 15:40:29 -04:00
..