From deafdf7f23ab64cbfe6aca00be928fb7f9c3f487 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:55:23 +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