start and stop
This commit is contained in:
2
server/start
Executable file
2
server/start
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
nohup /usr/bin/python -u server.py &>> /var/log/electrum.log &
|
||||
2
server/stop
Executable file
2
server/stop
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
/usr/bin/python server.py stop
|
||||
Reference in New Issue
Block a user