![]() |
I'm using a initscript to start hfaxd and faxq on bootup. code: start) echo -n "Starting HylaFAX daemons:" echo -n " faxq" start-stop-daemon --start --exec /usr/sbin/faxq echo -n " hfaxd" start-stop-daemon --start --exec /usr/sbin/hfaxd -- -i 4559 -o 4557 -s 444 echo "." ;; My problem it that hfaxd stays runing but faxq for some reason desn't. I know faxq isn't runing since faxstat -v reports it. Does anyone hen any ideas? Luis ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null