Re: [OpenWrt-Devel] [PATCH] procd: fix shutdown when running in a container

2019-08-07 Thread Hans Dedecker
On Mon, Aug 5, 2019 at 6:09 PM Paul Spooren wrote: > > Applies patch from @mikma [0] to fix Docker shutdown. Added detection to > state.c if running in a containre or not. > > Tested with a x86/64 Docker image. > > Fixes FS#2425 > > CC: Mikael Magnusson > CC: Petr Štetiar > > [0]: > https://git

[OpenWrt-Devel] [PATCH] procd: fix shutdown when running in a container

2019-08-05 Thread Paul Spooren
Applies patch from @mikma [0] to fix Docker shutdown. Added detection to state.c if running in a containre or not. Tested with a x86/64 Docker image. Fixes FS#2425 CC: Mikael Magnusson CC: Petr Štetiar [0]: https://github.com/mikma/lxd-openwrt/blob/master/patches/procd-master/0003-docker-fix