You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/fetchmail/files/fetchmail.service

12 lines
204 B

[Unit]
Description=A remote-mail retrieval utility
After=network.target
[Service]
User=fetchmail
ExecStart=/usr/bin/fetchmail -d 60 -f /etc/fetchmailrc
RestartSec=1
[Install]
WantedBy=multi-user.target