home · contact · privacy
Add fetchmail and pingmail to mail setup.
[config] / buster / etc_files / mail / etc / systemd / system / fetchmail.service
1 [Unit]
2 Description=Run plom's fetchmail
3
4 [Service]
5 Type=oneshot
6 User=plom
7 # fetchmail returns 1 when no new mail, we want to catch that
8 ExecStart=/bin/sh -c 'fetchmail || [ $? -eq 1 ]'