summaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index b367d91..f5e19c5 100755
--- a/start.sh
+++ b/start.sh
@@ -2,4 +2,4 @@
uid=$(getent passwd nobody | cut -f 3 -d :)
gid=$(getent passwd nobody | cut -f 4 -d :)
-twistd --nodaemon -o --gid=$gid --uid=$uid -y offssh.py
+twistd --nodaemon --no_save --gid=$gid --uid=$uid --python offssh.py