mirror of
https://github.com/guoyk93/minit.git
synced 2025-12-24 12:37:54 +08:00
19 lines
196 B
YAML
19 lines
196 B
YAML
name: task-3
|
|
kind: daemon
|
|
count: 3
|
|
command:
|
|
- sleep
|
|
- 5
|
|
---
|
|
name: task-4
|
|
kind: cron
|
|
cron: "@every 10s"
|
|
command:
|
|
- echo
|
|
- cron
|
|
---
|
|
name: task-5
|
|
kind: render
|
|
files:
|
|
- testdata/conf/*.conf
|