]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/fetchmail
Add bootoption to skip an initskript.
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / fetchmail
index 6084934dc334d802538c5e891a3b66342d89868d..be0d1263abd534a2590398545b3c1158d9158e46 100644 (file)
@@ -18,7 +18,7 @@
 case "${1}" in
        start)
                boot_mesg "Starting fetchmail daemon..."
-               /usr/bin/fetchmail --daemon 300 >/dev/null 2>&1
+               /usr/bin/fetchmail --daemon 300 -f '/root/.fetchmailrc' >/dev/null 2>&1
                evaluate_retval
                ;;