summaryrefslogtreecommitdiff
path: root/archlinuxaba/fetchmail/fetchmail.service
blob: ca8f16a14a63e6952b23a8c3d3a2b66dcae92cd9 (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 --pidfile /run/fetchmail/fetchmailrc.pid -f /etc/fetchmailrc -d 900
RestartSec=1

[Install]
WantedBy=multi-user.target