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