Mirror of
forum.nim-lang.org
index
4007 :: osproc.startProcess alternative
[2018-07-03T15:19:19+02:00]
View Orginal
Serasar
(orginal)
[2018-07-03T15:19:19+02:00]
view original
Processes started by osproc.startProcess is killed after starting program ends, it seems. Is there a way to start a process in a way that process is
"
detached
"
from starting program?
timothee
(orginal)
[2018-07-03T20:27:09+02:00]
view original
use poDemon ; I just verified that it works on OSX ; not sure about windows
emekoi
(orginal)
[2018-07-03T22:33:54+02:00]
view original
https://github.com/status-im/nim-daemon
might help you.