From 4a4f35633c1b1d8cbf850ec3bba38022a45d87a1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 13:59:40 +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