This adds a rudimentary resource for systemd-machined's nspawn containers, ensuring they're either started or stopped.
8 lines
92 B
YAML
8 lines
92 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
nspawn:
|
|
- name: mgmt-nspawn1
|
|
state: running
|
|
edges: []
|