start and stop
authorThomasV <thomasv@gitorious>
Wed, 23 Nov 2011 10:50:04 +0000 (13:50 +0300)
committerThomasV <thomasv@gitorious>
Wed, 23 Nov 2011 10:50:04 +0000 (13:50 +0300)
start [new file with mode: 0755]
stop [new file with mode: 0755]

diff --git a/start b/start
new file mode 100755 (executable)
index 0000000..5b29aef
--- /dev/null
+++ b/start
@@ -0,0 +1,2 @@
+#!/bin/bash
+nohup /usr/bin/python -u server.py &>> /var/log/electrum.log &
diff --git a/stop b/stop
new file mode 100755 (executable)
index 0000000..89b1111
--- /dev/null
+++ b/stop
@@ -0,0 +1,2 @@
+#!/bin/bash
+/usr/bin/python server.py stop