From 0e1b4e5420a19a21f9334b1ba377dd8e05a9558c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:03:16 +0000 Subject: automatic import of fetchmail --- fetchmail.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fetchmail.service (limited to 'fetchmail.service') diff --git a/fetchmail.service b/fetchmail.service new file mode 100644 index 0000000..f59312c --- /dev/null +++ b/fetchmail.service @@ -0,0 +1,11 @@ +[Unit] +Description=A remote-mail retrieval utility +After=local-fs.target network.target + +[Service] +User=mail +ExecStart=/usr/bin/fetchmail -d 300 --fetchmailrc /etc/fetchmailrc.example +RestartSec=1 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3