From e29f26211669ad9899bcc663ca90be1eac34df35 Mon Sep 17 00:00:00 2001 From: Lucas Lara Date: Mon, 2 Apr 2018 19:12:33 +0200 Subject: [PATCH] Disable restart on echo test --- examples/Caddyfile | 1 + examples/Supervisorfile | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/Caddyfile b/examples/Caddyfile index ed55c03..702006e 100644 --- a/examples/Caddyfile +++ b/examples/Caddyfile @@ -6,5 +6,6 @@ localhost { supervisor echo "Hello World" { redirect_stdout stdout + restart_policy on_failure } } \ No newline at end of file diff --git a/examples/Supervisorfile b/examples/Supervisorfile index 30b1d1b..3b12f95 100644 --- a/examples/Supervisorfile +++ b/examples/Supervisorfile @@ -9,4 +9,5 @@ echo { command echo args "Hello World" redirect_stdout stdout + restart_policy on_failure } \ No newline at end of file