coreos-home-server/config/service/rss2email/spec.bu
Alex Palaistras 14a53e567d rss2email: Add service for RSS feeds to email
This is a basic implementation on top of the venerable `rss2email`
script, and is intended to be driven by a timer and the
`rss2email-subscribe` service, which manages the subscribed feeds.
2021-09-26 17:30:37 +01:00

13 lines
235 B
Plaintext

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