mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-06-16 02:25:51 +00:00
77ae5cafe0
add missing examples remove unsupported examples
9 lines
113 B
YAML
9 lines
113 B
YAML
#cloud-config
|
|
service:
|
|
- start: dbus0
|
|
- start: [ foo1, bar2 ]
|
|
- stop:
|
|
- foo3
|
|
- bar4
|
|
- [ foo5, bar6 ]
|