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_at.service

12 lines
289 B

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