2 Commits

Author SHA1 Message Date
Julia Kreger
c76254776b Add prelude and update release notes for 12.1.0
Some minor clean-up of already merged release notes for
improved clarity/message consistency.

Change-Id: I937ac31f3c939ae2c53cefd65394b7af02485642
2019-03-18 06:26:56 -07:00
Lars Kellogg-Stedman
f369fdd334 ensure that socat serial proxy keeps running
Socat as configured would exit on client disconnect. Since there was
no active process monitoring, the process would (a) become a zombie,
and (b) would not restart, which would disable console access.

This commits adds the fork,max-children=1 parametesr to the socat
call, which makes socat persistent until it is explicitly killed.

Change-Id: I612cd9bca403b7a77ad3e671c1fdadd55353d5f7
Story: 2005024
Task:  29503
2019-02-15 15:50:55 -08:00