summaryrefslogtreecommitdiff
path: root/extra/fetchmail/fetchmail.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/fetchmail/fetchmail.service')
-rw-r--r--extra/fetchmail/fetchmail.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/fetchmail/fetchmail.service b/extra/fetchmail/fetchmail.service
index 3e7da7545..4653cc587 100644
--- a/extra/fetchmail/fetchmail.service
+++ b/extra/fetchmail/fetchmail.service
@@ -4,8 +4,7 @@ After=network.target
[Service]
User=fetchmail
-EnvironmentFile=/etc/conf.d/fetchmail
-ExecStart=/usr/bin/fetchmail -d ${INTERVAL} -f ${CONFIG}
+ExecStart=/usr/bin/fetchmail -d 900 -f /etc/fetchmailrc
RestartSec=1
[Install]