I have a program for class that uses RPC to generate code and run. I have finally gotten the code given to us by the professor running on my Fedora 10 machine. The only issue I have is when restarting the machine, I can only run the program as root. However, if I perform "kill -s term <proc_id>" followed by a "rpcbind -wi", then I can run the program as myself. How do I make rpcbind default to using the -i flag whenever I restart the machine? Thanks for your help!