]> git.pld-linux.org Git - packages/fetchmail.git/blobdiff - fetchmail.init
- 5.9.0, STBR
[packages/fetchmail.git] / fetchmail.init
index daecfbff54937e01dbe11a82fe7db29a18344f87..987f78de17388dfa287ced5614543f20d0d8d4dd 100644 (file)
@@ -34,7 +34,10 @@ case "$1" in
   start)
        if [ ! -f /var/lock/subsys/fetchmail ]; then
                msg_starting "fetchmail"
-               daemon fetchmail -d "$POLL_INTERVAL" -f /etc/fetchmailrc
+
+               is_yes $VERBOSE_LOGGING && OPTIONS="-v"
+
+               daemon fetchmail -d "$POLL_INTERVAL" $OPTIONS -f /etc/fetchmailrc
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/fetchmail
        else
This page took 0.078979 seconds and 4 git commands to generate.