diff options
Diffstat (limited to 'start.sh')
-rwxr-xr-x | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |