aports/main/fetchmail/fetchmail.confd
Daniele Coli 0b87fe1b7d main/fetchmail: Added description to init.d script and moved configuration options to confd
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.
2016-02-22 14:20:26 +00:00

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}"