Many ways to accomplish the same thing in Linux, starting with a popen() call. ;) so thanks for pointing out tmux. Since I use screen fairly often, it had never occurred to me (until fairly recently) that you can rely…
Using screen in daemon mode. screen -dmS myservice /blah/start.sh Fit that line somewhere in a properly constructed init.d file and you're good to go. And if you need to execute a safe stop from that program through…
Many ways to accomplish the same thing in Linux, starting with a popen() call. ;) so thanks for pointing out tmux. Since I use screen fairly often, it had never occurred to me (until fairly recently) that you can rely…
Using screen in daemon mode. screen -dmS myservice /blah/start.sh Fit that line somewhere in a properly constructed init.d file and you're good to go. And if you need to execute a safe stop from that program through…