Files
minit/testdata/minit.d/test.yml
2023-09-06 18:41:53 +08:00

32 lines
366 B
YAML

name: echo
kind: once
command:
- echo
- once
- $HOME
---
name: shell-test
kind: daemon
count: 3
shell: /bin/bash
command:
- sleep 1 && echo hello world
---
name: sleep
kind: daemon
count: 3
command:
- sleep
- 5
---
name: echo-cron
kind: cron
cron: "@every 10s"
command:
- echo
- cron
---
name: render-test
kind: render
files:
- testdata/conf/*.conf