aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/r2e/.config/systemd/user/rss2email.service
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-29 19:33:49 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-29 19:33:49 -0500
commitea18b0da0c5e57418dd3f790b2640c15634751bb (patch)
tree4ec8f6d3533c07c48d5ba36e34b7eec7387aa5a5 /r2e/.config/systemd/user/rss2email.service
parentfdd531b4319aba6a800848dd15c0c9734a42f6a2 (diff)
feat(r2e): add rss2email to download rss feeds to maildir
Diffstat (limited to 'r2e/.config/systemd/user/rss2email.service')
-rw-r--r--r2e/.config/systemd/user/rss2email.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/r2e/.config/systemd/user/rss2email.service b/r2e/.config/systemd/user/rss2email.service
new file mode 100644
index 0000000..de53fa5
--- /dev/null
+++ b/r2e/.config/systemd/user/rss2email.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=RSS email synchronization service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/r2e run
+
+[Install]
+WantedBy=default.target