![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AIX hangs through the boot process | aix_xia | AIX | 5 | 10-29-2007 10:12 PM |
| Need Help for configuring Boot from San | barun agarwal | HP-UX | 0 | 10-08-2007 03:37 AM |
| solaris boot problem boot error loading interpreter(misc/krtld) | johncy_j | SUN Solaris | 0 | 08-17-2005 05:15 AM |
| MALLOC_MEM_ALLOC during boot process | kamel267 | UNIX for Advanced & Expert Users | 1 | 07-22-2005 06:58 AM |
| start a process at boot up time | vtran4270 | UNIX for Advanced & Expert Users | 1 | 12-08-2002 03:31 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Services configuring to come up at boot process
I want to configure one service to come up as a normal strat-up process after reboot, instead of starting it manually.
I tried to configure it in inetd.conf but it didn't work. Could you please suggest, how I can achieve this ?? |
| Forum Sponsor | ||
|
|
|
|||
|
As suggested by DukeNuke2, create a script and put it in /etc/rc3.d if you need it running in multi-user-network state. Just remember to name it as S99<script-name>. This will ensure that failure of your script doesn't cause other system service start-ups to fail.
|