summaryrefslogtreecommitdiff
path: root/testing/fetchmail/fetchmail.service
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fetchmail/fetchmail.service')
-rw-r--r--testing/fetchmail/fetchmail.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/fetchmail/fetchmail.service b/testing/fetchmail/fetchmail.service
deleted file mode 100644
index 3e7da7545..000000000
--- a/testing/fetchmail/fetchmail.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=A remote-mail retrieval utility
-After=network.target
-
-[Service]
-User=fetchmail
-EnvironmentFile=/etc/conf.d/fetchmail
-ExecStart=/usr/bin/fetchmail -d ${INTERVAL} -f ${CONFIG}
-RestartSec=1
-
-[Install]
-WantedBy=multi-user.target