Code Comments
Programming Forum and web based access to our favorite programming groups.hi, i wanna to how to make program to run automatically when is about to shutdown or reboot
Post Follow-up to this messagebharath venk wrote: > hi, > i wanna to how to make program to run automatically when is > about to shutdown or reboot With typical sysV init scripts you would add a script to /etc/rc.d/init.d with a symlink in /etc/rc.d/rc6.d pointing to the script. Chris
Post Follow-up to this messageOn Mar 26, 2:38 am, Chris Friesen <cbf...@mail.usask.ca> wrote: > bharath venk wrote: > > With typical sysV init scripts you would add a script to > /etc/rc.d/init.d with a symlink in /etc/rc.d/rc6.d pointing to the script. > > Chris please can u tell me more about it
Post Follow-up to this messagebharath venk wrote: > On Mar 26, 2:38 am, Chris Friesen <cbf...@mail.usask.ca> wrote: > please can u tell me more about it The exact details are platform-specific. There is usually some documentation, but it's hard to say much more without knowing what system you're interested in. - logan
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.