start and stop

This commit is contained in:
ThomasV 2011-11-23 13:50:04 +03:00
parent 52d8ed16de
commit 496e176950
2 changed files with 4 additions and 0 deletions

2
server/start Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
nohup /usr/bin/python -u server.py &>> /var/log/electrum.log &

2
server/stop Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
/usr/bin/python server.py stop