Initial revision
This commit is contained in:
9
doc/manager/keepalive
Executable file
9
doc/manager/keepalive
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/ksh
|
||||
#---------------------------------------------------------------------------
|
||||
# script starts a program and restarts it whenever it dies.
|
||||
#
|
||||
# Mark Koennecke, Juli 1998
|
||||
#--------------------------------------------------------------------------
|
||||
while true; do
|
||||
$1
|
||||
done
|
Reference in New Issue
Block a user