fetchmail/SOURCES/fetchmail.service

12 lines
235 B
SYSTEMD
Raw Normal View History

2022-05-17 08:56:50 +00:00
[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