summarylogtreecommitdiffstats
path: root/fetchmail.service
blob: ae502b728af1a2e63f12a6cdec378879b42fc090 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Fetchmail
After=network.target

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

[Install]
WantedBy=multi-user.target