Can I use a custom legacy solaris 8 inittab entry in solaris 10 inittab
Hello.
I have a custom legacy /etc/inittab entry that I need to have running on a solaris 10 server. It is a process that must constantly run and restarts automatically if it fails. I know there is SMF now but can I put the entry into inittab on my solaris 10 server please?
This is the entry.
pmc:3:respawn:/home1/users/admin/programdaemon>/var/log/programsdaemon.log 2>/var/log/programdaemonTrace.log
Thank you very much.