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

22 lines
593 B
YAML
Raw Normal View History

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