Static route for hpux 11.22

I want to make static route how would I proceed?
I'm using "route add DestinationIP gatewayIP hop to 1
I would like to make this permanent, so when it reboots I don't want to loose it, would I do this in netconf file? If so where?

I did a search got this site, it didn't help much.

HP-UX does not require you to add new startup scripts. You just have to change the /etc/rc.config.d/netconf file. Vi the file and search for 'routing' in there. Should take you straight to the part where you have to add the entries.

Thankyou for your suggestion.