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