X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=examples%2Fpython%2Fdynhosts%2Frun;fp=examples%2Fpython%2Fdynhosts%2Frun;h=07f6673546a1f42a20ee97ac5a7e5ac9dba8f436;hp=d4203ea92e8cdb80c0d6eca2c6758359bee76b80;hb=ca92a4e582bcece21332497b426f4302d4abd3d2;hpb=d9f67feaea01146d7ea10abfff2dc59ff8946ced diff --git a/examples/python/dynhosts/run b/examples/python/dynhosts/run index d4203ea..07f6673 100755 --- a/examples/python/dynhosts/run +++ b/examples/python/dynhosts/run @@ -4,9 +4,5 @@ set -e cd "$(dirname "$0")" -# Start htparser running this dynhosts script. The setsid command -# ensures that SIGINT is only received by htparser and not by -# dynhosts; it is not of grave importance, but makes shutdown slightly -# more clean, and hides the KeyboardInterrupt otherwise raised by -# Python. -htparser plain:port=8080 -- setsid ./dynhosts . +# Start htparser running this dynhosts script. +htparser plain:port=8080 -- ./dynhosts .