adds start and stop scripts for using with Twisted
This commit is contained in:
5
start.sh
Normal file
5
start.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
OLDDIR = $PWD
|
||||
cd /root/www
|
||||
twistd --pidfile=/root/twistd.pid web --https=5000 --wsgi app.app -c app/hplumberjack.crt -k app/hplumberjack.key
|
||||
cd $OLDDIR
|
||||
Reference in New Issue
Block a user