blob: 64c118270de849bcfa1962f29c4a7f2ad2e7ef3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Fetchmail
After=network.target
[Service]
User=fetchmail
ExecStart=/usr/bin/fetchmail -d 900 -f /etc/fetchmailrc
RestartSec=1
[Install]
WantedBy=multi-user.target
|