mirror of
https://github.com/kontera-technologies/go-supervisor
synced 2025-10-05 14:46:50 +08:00
fix: will respwan when process is done.
Also added example and readme
This commit is contained in:
6
testdata/example.sh
vendored
Executable file
6
testdata/example.sh
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "STDOUT MESSAGE"
|
||||
sleep 0.1
|
||||
echo "STDERR MESSAGE" 1>&2
|
||||
sleep 0.1
|
Reference in New Issue
Block a user