Operating System - Tru64 Unix
1828579 Members
2218 Online
109982 Solutions
New Discussion

rc3.d script at boot time

 
SOLVED
Go to solution
Stefano_36
Frequent Advisor

rc3.d script at boot time

Hi to all,
at boot time an /sbin/rc3.d doesnt start
the executable in.
Executing the same script manually after the reboot the executable inside start right.
What can i check ?
Thanks
1 REPLY 1
Venkatesh BL
Honored Contributor
Solution

Re: rc3.d script at boot time

Its picked from "/etc/inittab" file. Typically, the entry is:
s3:3:wait:/sbin/rc3 < /dev/console > /dev/console 2>&1