Results 1 to 2 of 2
Hi guys,
Can someone tell me how to start a process when the system boots and stop it at a particular time.
I want the process to start when the ...
- 02-01-2009 #1Just Joined!
- Join Date
- Jan 2009
- Location
- Helsinki, Finland
- Posts
- 8
Start a process at boot and stop it at a particular time
Hi guys,
Can someone tell me how to start a process when the system boots and stop it at a particular time.
I want the process to start when the user boots his machine and I want it to stop at 5 o clock in the evening.
Thanks in advance.
Anks
- 02-02-2009 #2
The process you want to run at boot you can place a script into rc.local which will be run on boot. Then just create a cron job o kill it at 5pm.


Reply With Quote