[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Part1 - Part2 - Part3 - Part4 - Part5 - Single Page
Top Document: comp.unix.aix Frequently Asked Questions (Part 1 of 5)
Previous Document: 1.150 How can I reduce the size of /var/adm/wtmp ?
Next Document: 1.152 How do I set the TZ variable to automatically change to daylight savings time?
-
Search the FAQ Archives
Part1 - Part2 - Part3 - Part4 - Part5 - Single Page
Top Document: comp.unix.aix Frequently Asked Questions (Part 1 of 5)
Previous Document: 1.150 How can I reduce the size of /var/adm/wtmp ?
Next Document: 1.152 How do I set the TZ variable to automatically change to daylight savings time?
1.151: How do I start local daemons at system startup?
AIX does neither use the BSD style rc.local file nor the System V style /etc/rc*.d startup files directories. To add local daemons to the system startup sequence in a BSD rc.local style use the following command to create an /etc/inittab entry: # mkitab -i rcnfs "rclocal:2:wait:/etc/rc.local >/dev/console 2>&1" # touch /etc/rc.local # chmod 700 /etc/rc.local Then put the command lines to start the daemons in /etc/rc.local.
Top Document: comp.unix.aix Frequently Asked Questions (Part 1 of 5)
Previous Document: 1.150 How can I reduce the size of /var/adm/wtmp ?
Next Document: 1.152 How do I set the TZ variable to automatically change to daylight savings time?
Part1 - Part2 - Part3 - Part4 - Part5 - Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
bofh@mail.teleweb.pt (Jose Pina Coelho)
Last Update October 22 2009 @ 05:22 AM