====== System Startup Daemons in OS X ====== The system by which daemons are launched at startup in Mac OS X, similar to init.d in Linux is explained at: [[http://developer.apple.com/documentation/MacOSX/Conceptual/BPSystemStartup/index.html]]. to add a persistent network put your launcagent in: /System/Library/LaunchDaemons/com.kandou.scripts.osx.addroute1.plist content: Label com.kandou.scripts.osx.addroute1 ProgramArguments /sbin/route add -net 192.168.154.0/24 128.178.70.17 RunAtLoad