Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Supervisor Vms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
tools
Supervisor Vms
Commits
a079f6ad1b9b
Commit
a079f6ad1b9b
authored
2 years ago
by
jfp
Browse files
Options
Downloads
Patches
Plain Diff
Documentation update
parent
1a8a6841ebc1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+55
-3
55 additions, 3 deletions
README.md
with
55 additions
and
3 deletions
README.md
+
55
−
3
View file @
a079f6ad
...
...
@@ -14,6 +14,9 @@
-
[
Configuration file
](
#configuration-file
)
-
[
File Format
](
#file-format
)
-
[
**\[supervisord\]** Section Settings
](
#supervisord-section-settings
)
-
[
**\[supervisord\]** Section Values
](
#supervisord-section-values
)
-
[
**\[program:x\]** Section Settings
](
#programx-section-settings
)
-
[
**\[program:x\]** Section Values
](
#programx-section-values
)
It was inspired by
*[supervisor](http://supervisord.org/)*
...
...
@@ -119,5 +122,5 @@
It has sections (each denoted by a
**[header]**
) and key / value pairs within the sections.
<br>
The sections and their allowable values are described below.
###
#
**[supervisord]** Section Settings
### **[supervisord]** Section Settings
All pathname use a
**OpenVMS**
syntax.
...
...
@@ -123,4 +126,5 @@
All pathname use a
**OpenVMS**
syntax.
#### **[supervisord]** Section Values
<dl>
<dt><strong>
nodaemon
</strong></dt>
<dd>
If true, supervisord will start in the foreground instead of daemonizing
<br>
Default: false
</dd>
...
...
@@ -133,4 +137,52 @@
<dd>
stdout of supervisord process.
<br>
Default: NLA0:
</dd>
<dt><strong>
logfile
</strong></dt>
<dd>
The path to the activity log of the supervisord process
<br>
Default: supervisord.log
</dd>
</dl>
\ No newline at end of file
</dl>
### **[program:x]** Section Settings
The configuration file must contain one or more program sections in order for supervisord to know which programs it should start and control.
<br>
The header value is composite value.
<br>
It is the word “program”, followed directly by a colon, then the program name.
<br>
Read the
*[$creprc](https://docs.vmssoftware.com/vsi-openvms-system-services-reference-manual-a-getuai/#JUN_147)*
documentation may be useful.
#### **[program:x]** Section Values
<dl>
<dt><strong>
image
</strong></dt>
<dd>
Name of the image to be activated in the newly created process
<br>
Default:
<strong>
SYS$SYSTEM:LOGINOUT.EXE
</strong></dd>
<dt><strong>
command
</strong></dt>
<dd>
Equivalence name to be associated with the logical name SYS$INPUT in the logical name table of the created process
<br>
Default: NLA0:
</dd>
<dt><strong>
process_name
</strong></dt>
<dd>
Process name to be assigned to the created process.
<br>
Default: %(program_name)s
</dd>
<dt><strong>
user
</strong></dt>
<dd>
Instruct supervisord to use this OpenVMS user account as the account which runs the program.
<br>
Default: None, mandatory
</dd>
<dt><strong>
autostart
</strong></dt>
<dd></dd>
<dt><strong>
stdout_file
</strong></dt>
<dd></dd>
<dt><strong>
stderr_file
</strong></dt>
<dd></dd>
<dt><strong>
startsecs
</strong></dt>
<dd></dd>
<dt><strong>
startretries
</strong></dt>
<dd></dd>
<dt><strong>
stopwaitsecs
</strong></dt>
<dd></dd>
<dt><strong>
kt_limit
</strong></dt>
<dd></dd>
<dt><strong>
baspri
</strong></dt>
<dd></dd>
<dt><strong>
nouaf
</strong></dt>
<dd></dd>
<dt><strong>
quotas
</strong></dt>
<dd></dd>
<dt><strong>
privileges
</strong></dt>
<dd></dd>
<dt><strong>
autorestart
</strong></dt>
<dd></dd>
<dt><strong>
exitcodes
</strong></dt>
<dd></dd>
</dl>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment