doc: updating wingmate.yaml.md
This commit is contained in:
parent
97d637ef2c
commit
a0dad29950
@ -5,7 +5,7 @@ Table of content
|
|||||||
- [Service](#service)
|
- [Service](#service)
|
||||||
- [Command](#command)
|
- [Command](#command)
|
||||||
- [Environ](#environ)
|
- [Environ](#environ)
|
||||||
- [User](#user-and-group)
|
- [User and Group](#user-and-group)
|
||||||
- [Working Directory](#working-directory)
|
- [Working Directory](#working-directory)
|
||||||
- [setsid](#setsid)
|
- [setsid](#setsid)
|
||||||
- [PID File](#pid-file)
|
- [PID File](#pid-file)
|
||||||
@ -70,7 +70,7 @@ At the top-level, there are two possible entries: Service and Cron.
|
|||||||
|
|
||||||
## Service
|
## Service
|
||||||
|
|
||||||
`service` is a top-level element that hosts the declaration of services to be started by `wingmate`.
|
`service` is a top-level element that hosts the definition of services to be started by `wingmate`.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
```yaml
|
```yaml
|
||||||
@ -152,4 +152,13 @@ configuration depends on the [wmpidproxy](README.md#wingmate-pid-proxy-binary).
|
|||||||
|
|
||||||
## Cron
|
## Cron
|
||||||
|
|
||||||
|
`cron` is a top-level element that hosts the definition of crones to run by `wingmate` on the specified schedule.
|
||||||
|
Cron shares almost all configuration elements with Service, except `schedule` and `pidfile`. For the following
|
||||||
|
elements, please refer to the Service section
|
||||||
|
- [Command](#command)
|
||||||
|
- [Environ](#environ)
|
||||||
|
- [Working Directory](#working-directory)
|
||||||
|
- [setsid](#setsid)
|
||||||
|
- [User and Group](#user-and-group)
|
||||||
|
|
||||||
### Schedule
|
### Schedule
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user