mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog. Moved configuration file path and startup options to confd file.
6 lines
200 B
Plaintext
6 lines
200 B
Plaintext
# /etc/conf.d/fetchmail: config file for /etc/init.d/fetchmail
|
|
|
|
# See the fetchmail(1) man page for possible options to put here.
|
|
CFGFILE="/etc/fetchmailrc"
|
|
FETCHMAIL_OPTS="-d ${polling_period:-300}"
|