summaryrefslogtreecommitdiff
path: root/extra/fetchmail/fetchmail.service
blob: 3e7da75454dc4bc6925955473c35e33edeab433d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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