This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where to place script to be executed on startup ?

Hello,

my MSI board has a bug which must be solved by a script on bootup to correct the MTRR settings.

Where can I place such a script on bootup. Where is the best place for it. Must I announce the script to the system or just place it somewhere?

Thanks in advance
Alex


This thread was automatically locked due to age.
Parents
  • Re: daemon start-up services

    So the trick is to decide which script would be most dependent on the network having been started, and add to it -or make your own script in /etc/rc.d, and ln in the appropriate directories. Making your own is preferable, since an up2date could conceivably replace a startup script.

    Search on the web for more details -an advantage of going with the Linux standard.

    P.S. Astaro cannot be responsible for any mistakes you make in doing this... 
Reply
  • Re: daemon start-up services

    So the trick is to decide which script would be most dependent on the network having been started, and add to it -or make your own script in /etc/rc.d, and ln in the appropriate directories. Making your own is preferable, since an up2date could conceivably replace a startup script.

    Search on the web for more details -an advantage of going with the Linux standard.

    P.S. Astaro cannot be responsible for any mistakes you make in doing this... 
Children
No Data