aboutsummaryrefslogtreecommitdiffstats
path: root/pullimap@.service
blob: d066886f0804719e77ef26b017dfc11c6c27c90f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Pull mails from an IMAP mailbox and deliver them to a SMTP session
Wants=network-online.target
After=network-online.target

[Service]
ExecStart=/usr/bin/pullimap --idle %i
RestartSec=2min
Restart=always

[Install]
WantedBy=default.target