summaryrefslogtreecommitdiff
path: root/net-mail/fetchmail/files/fetchmail.service
blob: 954f06e27be0b744b729ecba08929941161f75de (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=A remote-mail retrieval utility
After=network.target

[Service]
User=fetchmail
ExecStart=/usr/bin/fetchmail -d 60 -f /etc/fetchmailrc
RestartSec=1

[Install]
WantedBy=multi-user.target