summaryrefslogtreecommitdiff
path: root/start.sh
blob: f5e19c5353d4cfa386e3941abaf6def0971d48d6 (plain)
1
2
3
4
5
#!/bin/sh
uid=$(getent passwd nobody | cut -f 3 -d :)
gid=$(getent passwd nobody | cut -f 4 -d :)

twistd --nodaemon --no_save --gid=$gid --uid=$uid --python offssh.py