blob: 4653cc587f770aea0320476adf19194c34d61a29 (
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 900 -f /etc/fetchmailrc
RestartSec=1
[Install]
WantedBy=multi-user.target
|