File: start.sh

package info (click to toggle)
python-cyclone 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,388 kB
  • ctags: 1,372
  • sloc: python: 8,823; sh: 183; makefile: 13; sql: 12
file content (6 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/bash
# see scripts/debian-init.d for production deployments

export PYTHONPATH=`dirname $$0`
twistd -n cyclone -p 8888 -l 0.0.0.0 \
       -r $modname.web.Application -c $modname.conf $$*