TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Linux & Opensource

Notices

auto-running a script as daemon

Linux & Opensource


Reply
 
Thread Tools Display Modes
Old 08-12-2007, 08:47 AM   #21
Will Kemp
Guest
 
Posts: n/a
Re: auto-running a script as daemon

On Wed, 05 Dec 2007 15:55:13 +0000, Tony van der Hoff wrote:

> I have a perl script to monitor various bits of my server, which I run
> as root: /usr/local/sbin/monitor.pl &
>
> That works fine, but I'd really like to start it automatically on
> reboot. How would I organise that?


What other people have suggested is good, but personally i'd do it more
simply. For simple custom stuff like this, i can't be bothered with all
that runlevel / rcx.d stuff - there's no need.

I'd just add a line at the bottom of /etc/rc.d/rc.local to start it on
boot. (rc.local is run after the system startup scripts at boot time.) If
you're not concerned about it stopping tidily - i.e., you don't mind it
just being killed unceremoniously on shutdown - this is usually the
simplest way.

If you want it to do anything special on shutdown, then you'll probably
be better off doing as others have suggested.

Will
  Reply With Quote
Old 08-12-2007, 08:51 AM   #22
Will Kemp
Guest
 
Posts: n/a
Re: auto-running a script as daemon

On Wed, 05 Dec 2007 15:55:13 +0000, Tony van der Hoff wrote:

> I have a perl script to monitor various bits of my server, which I run
> as root: /usr/local/sbin/monitor.pl &
>
> That works fine, but I'd really like to start it automatically on
> reboot. How would I organise that?


What other people have suggested is good, but personally i'd do it more
simply. For simple custom stuff like this, i can't be bothered with all
that runlevel / rcx.d stuff - there's no need.

I'd just add a line at the bottom of /etc/rc.d/rc.local to start it on
boot. (rc.local is run after the system startup scripts at boot time.) If
you're not concerned about it stopping tidily - i.e., you don't mind it
just being killed unceremoniously on shutdown - this is usually the
simplest way.

If you want it to do anything special on shutdown, then you'll probably
be better off doing as others have suggested.

Will
  Reply With Quote
Old 08-12-2007, 09:19 AM   #23
Will Kemp
Guest
 
Posts: n/a
Re: auto-running a script as daemon

On Wed, 05 Dec 2007 15:55:13 +0000, Tony van der Hoff wrote:

> I have a perl script to monitor various bits of my server, which I run
> as root: /usr/local/sbin/monitor.pl &
>
> That works fine, but I'd really like to start it automatically on
> reboot. How would I organise that?


What other people have suggested is good, but personally i'd do it more
simply. For simple custom stuff like this, i can't be bothered with all
that runlevel / rcx.d stuff - there's no need.

I'd just add a line at the bottom of /etc/rc.d/rc.local to start it on
boot. (rc.local is run after the system startup scripts at boot time.) If
you're not concerned about it stopping tidily - i.e., you don't mind it
just being killed unceremoniously on shutdown - this is usually the
simplest way.

If you want it to do anything special on shutdown, then you'll probably
be better off doing as others have suggested.

Will
  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 08:24 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional