Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Disable restart on echo test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslorentz committed Apr 2, 2018
1 parent d2972d7 commit e29f262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ localhost {

supervisor echo "Hello World" {
redirect_stdout stdout
restart_policy on_failure
}
}
1 change: 1 addition & 0 deletions examples/Supervisorfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ echo {
command echo
args "Hello World"
redirect_stdout stdout
restart_policy on_failure
}

0 comments on commit e29f262

Please sign in to comment.