mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 01:12:57 +02:00
Fixed fetchmail startup problems with non root accounts
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user