fetchmail_at.service 289 B

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