ipguy Posted December 15, 2006 Share Posted December 15, 2006 hey all anyone know where i can add a few lines in a startup script. i'm looking for an /etc/rc.d/rc.local equivilant from linux Link to comment https://www.insanelymac.com/forum/topic/35880-startup-scripts/ Share on other sites More sharing options...
Rammjet Posted December 15, 2006 Share Posted December 15, 2006 (edited) Create a file /etc/rc.local Or if immediately after boot is acceptable, drop a shell script in: /Library/StartupItems Edited December 15, 2006 by Rammjet Link to comment https://www.insanelymac.com/forum/topic/35880-startup-scripts/#findComment-255373 Share on other sites More sharing options...
ipguy Posted December 15, 2006 Author Share Posted December 15, 2006 (edited) Create a file /etc/rc.local Or if immediately after boot is acceptable, drop a shell script in: /Library/StartupItems done, thanks Rammjet Edited December 15, 2006 by ipguy Link to comment https://www.insanelymac.com/forum/topic/35880-startup-scripts/#findComment-255443 Share on other sites More sharing options...
Guest BuildSmart Posted December 15, 2006 Share Posted December 15, 2006 hey all anyone know where i can add a few lines in a startup script. i'm looking for an /etc/rc.d/rc.local equivilant from linux That would depend on what it is you need to start. You can create a startup item or a launchd file to handle the task (either is prefered over rc.local) Link to comment https://www.insanelymac.com/forum/topic/35880-startup-scripts/#findComment-255883 Share on other sites More sharing options...
Recommended Posts