Results 1 to 4 of 4
I have a script on machine A which has an infinite loop. This script has to be a daemon.
I need to start this daemon from machine B.
There shouldnt ...
- 12-18-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 12
How do i start a daemon process using ssh?
I have a script on machine A which has an infinite loop. This script has to be a daemon.
I need to start this daemon from machine B.
There shouldnt be any stdout,stderr associations between two machines..
how do i achieve it?
- 12-18-2009 #2
so ssh from machine B to machine A, start the script with a nohup <cmd> & and then logout
- 12-20-2009 #3Just Joined!
- Join Date
- May 2006
- Posts
- 8
- 12-21-2009 #4Just Joined!
- Join Date
- Sep 2009
- Posts
- 12
regular service i'll cron..
I need to start in lot of machines, so i need to script it.


Reply With Quote

