2 changed files with 4 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
#!/bin/bash |
|||
nohup /usr/bin/python -u server.py &>> /var/log/electrum.log & |
@ -0,0 +1,2 @@ |
|||
#!/bin/bash |
|||
/usr/bin/python server.py stop |
Loading…
Reference in new issue