examples: setsid is now built into htparser.
[ashd.git] / examples / python / dynhosts / run
index fe81f84..07f6673 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 
+# Change to the directory containing this script
 set -e
 cd "$(dirname "$0")"
 
-htparser plain:port=8080 -- setsid ./dynhosts .
+# Start htparser running this dynhosts script.
+htparser plain:port=8080 -- ./dynhosts .