manjaro-tools/data/schemas/servicescfg-schema.yaml

21 lines
549 B
YAML
Raw Normal View History

2016-09-17 19:27:21 +02:00
---
type: map
mapping:
"services":
type: map
mapping:
"enable":
type: seq
sequence:
- type: map
mapping:
2016-09-17 21:20:57 +02:00
"name": { type: str }
2016-09-17 19:27:21 +02:00
"runlevel": { type: str }
"disable":
type: seq
sequence:
- type: map
mapping:
2016-09-17 21:20:57 +02:00
"name": { type: str }
"runlevel": { type: str }