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 & |
||||
Loading…
Reference in new issue
@ -0,0 +1,2 @@
|
||||
#!/bin/bash |
||||
nohup /usr/bin/python -u server.py &>> /var/log/electrum.log & |
||||