Is there a way to do this so when I reboot my linux server the process will reopen on startup?
|
feedback
|
migrated from stackoverflow.com Oct 2 '11 at 10:39
This question came from our site for professional and enthusiast programmers.
|
Usually, you need to add a startup script in Since you tagged it as ssh, I guess you don't have root permissions. So you can create a crontab entry that runs a script to launch your process after every reboot:
Add the following line in the file that opens up:
| |||||||||||
feedback
|