coreos-home-server/service/rss2email/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

15 lines
313 B
Plaintext

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