URI: 
       tstart and stop - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 496e1769503047a637af353a8b2648d5e74aec66
   DIR parent 52d8ed16dea1336c3d7b8590408e7b377a8dfe78
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed, 23 Nov 2011 13:50:04 +0300
       
       start and stop
       
       Diffstat:
         A server/start                        |       2 ++
         A server/stop                         |       2 ++
       
       2 files changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/server/start b/server/start
       t@@ -0,0 +1,2 @@
       +#!/bin/bash
       +nohup /usr/bin/python -u server.py &>> /var/log/electrum.log &
   DIR diff --git a/server/stop b/server/stop
       t@@ -0,0 +1,2 @@
       +#!/bin/bash
       +/usr/bin/python server.py stop