diff options
Diffstat (limited to 'extra/fetchmail/fetchmail.initd')
| -rwxr-xr-x | extra/fetchmail/fetchmail.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/fetchmail/fetchmail.initd b/extra/fetchmail/fetchmail.initd index 4646fa4cca..a1ed1ec837 100755 --- a/extra/fetchmail/fetchmail.initd +++ b/extra/fetchmail/fetchmail.initd @@ -20,7 +20,7 @@ start() { ebegin "Starting fetchmail" start-stop-daemon --start --quiet \ --chuid fetchmail --exec /usr/bin/fetchmail \ - -- -d ${polling_period} -f /etc/fetchmailrc \ + -- -d ${polling_period:-300} -f /etc/fetchmailrc \ --pidfile ${pidfile} -i /var/lib/fetchmail/.fetchids eend ${?} } |
