fetchmail.service 204 B

123456789101112
  1. [Unit]
  2. Description=A remote-mail retrieval utility
  3. After=network.target
  4. [Service]
  5. User=fetchmail
  6. ExecStart=/usr/bin/fetchmail -d 60 -f /etc/fetchmailrc
  7. RestartSec=1
  8. [Install]
  9. WantedBy=multi-user.target