From fa8378ce1103bce0a5d2c43721dfa1d4ae9c66d3 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 2 Sep 2019 13:33:23 +0000 Subject: Port PR #15 to procd master branch --- .../0001-state-support-reboot-of-containers.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 patches/procd-master/0001-state-support-reboot-of-containers.patch diff --git a/patches/procd-master/0001-state-support-reboot-of-containers.patch b/patches/procd-master/0001-state-support-reboot-of-containers.patch new file mode 100644 index 0000000..867c256 --- /dev/null +++ b/patches/procd-master/0001-state-support-reboot-of-containers.patch @@ -0,0 +1,28 @@ +From d684a1f21883c8ffc43c9aff8b1d2bb526e15cc3 Mon Sep 17 00:00:00 2001 +From: Mikael Magnusson +Date: Mon, 2 Sep 2019 14:53:20 +0200 +Subject: [PATCH] state: support reboot of containers + +--- + state.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/state.c b/state.c +index 4737d01..0ca3dca 100644 +--- a/state.c ++++ b/state.c +@@ -172,8 +172,10 @@ static void state_enter(void) + + while (1) + sleep(1); +- } else ++ } else { ++ reboot(reboot_event); + exit(0); ++ } + #else + exit(0); + #endif +-- +2.17.1 + -- cgit v1.2.3