mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-09-03 20:21:34 +00:00
9 lines
113 B
YAML
9 lines
113 B
YAML
#cloud-config
|
|
service:
|
|
- start: dbus0
|
|
- start: [ foo1, bar2 ]
|
|
- stop:
|
|
- foo3
|
|
- bar4
|
|
- [ foo5, bar6 ]
|