28 Aug
2001
28 Aug
'01
05:00
I need to add a script to run on boot. I know how to do it, I just don't know how to put the script into the rcX.d directories. Any help Cheers Ray Booysen
14:19
New subject: [SLE] adding boot scripts
put the script in /etc/init.d (or /sbin/init.d on pre 7.1 systems), make it executable (chmod 755 or 700) then link it to the appropriate runlevel directory with ln -s /etc/init.d/myscript /etc/init.d/rcX.d/S99myscript On Tue, 28 Aug 2001, Ray Booysen wrote:
Chad Whitten Network/Systems Administrator Nexband Communications chadwick@nexband.com
8550
Age (days ago)
8550
Last active (days ago)
2 comments
3 participants
participants (3)
-
Anders Johansson
-
dog@intop.net
-
Ray Booysen