12 lines
235 B
SYSTEMD
12 lines
235 B
SYSTEMD
|
[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
|