coreos-home-server/config/common/container.fcc
Alex Palaistras aafa8d9f12 Move systemd files to separate folders
This will help make subsequent synchronization with hosts easier, as
systemd files and potential dropins are guarnateed to exist under a
certain hierarchy that can be dropped as-is into host configuration
directories.
2021-03-26 20:47:08 +00:00

24 lines
539 B
Plaintext

variant: fcos
version: 1.3.0
storage:
trees:
- path: /etc/container-service
local: service/
- path: /etc/systemd/system
local: common/systemd/
directories:
- path: /etc/container-service
mode: 0700
- path: /var/lib/container-service
mode: 0700
systemd:
units:
- name: container-build@.service
enabled: true
- name: container-build@.path
enabled: true
- name: container-network@.service
enabled: true
- name: container-environment@.service
enabled: true