coreos-home-server/config/service/rss2email/systemd/rss2email.service

17 lines
521 B
SYSTEMD
Raw Normal View History

[Unit]
Description=RSS Feed to Email
Wants=container-build@%N.service postfix.service
After=container-build@%N.service postfix.service
[Service]
Type=oneshot
SyslogIdentifier=%N
ExecStart=/bin/podman run --replace --name %N --net internal \
--env-file %E/coreos-home-server/%N/%N.env \
--volume %N-feeds:/etc/%N/conf.d:z,ro \
--volume %N:/var/lib/%N:z \
localhost/%N:latest run
[Install]
WantedBy=multi-user.target