2017-03-29 14:53:55 +02:00
|
|
|
'\" t
|
|
|
|
.\"
|
2024-09-03 19:15:59 +02:00
|
|
|
.TH "\fBMY_SAFE_PROCESS\fR" "1" "3 September 2024" "MariaDB 11.4" "MariaDB Database System"
|
2017-03-29 14:53:55 +02:00
|
|
|
.\" -----------------------------------------------------------------
|
|
|
|
.\" * set default formatting
|
|
|
|
.\" -----------------------------------------------------------------
|
|
|
|
.\" disable hyphenation
|
|
|
|
.nh
|
|
|
|
.\" disable justification (adjust text to left margin only)
|
|
|
|
.ad l
|
|
|
|
.SH NAME
|
|
|
|
my_safe_process \- Utility program that encapsulates process creation, monitoring and bulletproof process cleanup
|
|
|
|
.SH DESCRIPTION
|
|
|
|
Use: safe_process [options to safe_process] -- progname arg1 \.\.\. argn\.
|
|
|
|
.PP
|
|
|
|
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
|