home · contact · privacy
Add POP3 account fetching to mail server setup.
[config] / all_new_2018 / linkable_etc_files / mail / etc / systemd / system / fetchmail.service
diff --git a/all_new_2018/linkable_etc_files/mail/etc/systemd/system/fetchmail.service b/all_new_2018/linkable_etc_files/mail/etc/systemd/system/fetchmail.service
new file mode 100644 (file)
index 0000000..bd6792d
--- /dev/null
@@ -0,0 +1,7 @@
+[Unit]
+Description=Run plom's fetchmail
+
+[Service]
+Type=oneshot
+User=plom
+ExecStart=/bin/sh -c 'fetchmail'