coreos-home-server/service/nginx/spec.bu
Alex Palaistras 0fbbc39e27 base: Only copy service directories if used
We no longer copy service directories into `/etc/coreos-home-server` if
these have not had their respective `spec.bu` files included; these
directories are not needed in these cases, and would be erroneously
considered as eligible in subsequent `coreos-home-server-update`
invocations.
2022-02-05 16:05:00 +00:00

13 lines
249 B
Plaintext

variant: fcos
version: 1.3.0
storage:
trees:
- path: /etc/coreos-home-server/nginx
local: service/nginx/
- path: /etc/systemd/system
local: service/nginx/systemd/
systemd:
units:
- name: nginx.service
enabled: true