hi
I'm going to write a program that should be running all the time (24/7) in my server say like a service..
Whenever my server is running this program should be running and whenever i start/restart my machine the program should automatically start and run.
The program will be in php. How can i make this to run like a service?
So how can do this ?
I'm going to write a program that should be running all the time (24/7) in my server say like a service..
Whenever my server is running this program should be running and whenever i start/restart my machine the program should automatically start and run.
The program will be in php. How can i make this to run like a service?
So how can do this ?
Comment