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