fetchmail/fetchmail.service
2015-09-14 15:23:24 +02:00

12 lines
235 B
Desktop File

[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