]> code.delx.au - pymsnt/blobdiff - PyMSNt
Should fix problems with dying switchboard sessions because of raw mode.
[pymsnt] / PyMSNt
diff --git a/PyMSNt b/PyMSNt
index c341c1ff607a3a7c720de7a08bd509adcf1c688d..396f91a8a28346f414c0966e8317b0516f2a45ae 100755 (executable)
--- a/PyMSNt
+++ b/PyMSNt
@@ -1,7 +1,5 @@
 #!/bin/bash
 
-exec -a PyMSNt python main.py $*
-
 # Comment out the above line and use the below for twistd
-#PPATH="/usr/local/PyMSNt"
-#twistd -oy "$PPATH/PyMSNt.tac" -r poll --pidfile "$PPATH/PyMSNt.pid" -l "$PPATH/debug.log"
+PPATH="/usr/local/PyMSNt"
+twistd -oy "$PPATH/PyMSNt.tac" -r poll --pidfile "$PPATH/PyMSNt.pid" -l "$PPATH/debug.log"