fetchmail/fetchmail.service
Petr Šabata 41790d28fd RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/fetchmail#cfe4ceb7cc76ff985d54ab72ba486259cad0e341
2020-10-15 00:19:12 +02:00

12 lines
235 B
Desktop File

[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