We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6289f commit 644ba03Copy full SHA for 644ba03
watcher/straight_watch_nohup.py
@@ -13,4 +13,4 @@
13
# using the Python in the virtualenv, we'll find that out right away,
14
# since we are using the same execution path that will eventually be
15
# used for the actual command run by nohup.
16
-os.execv("/bin/nohup", sys.argv)
+os.execvp("nohup", sys.argv)
0 commit comments