mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-03 12:16:27 -04:00
Update script to install Haveno seed node as a system service (#758)
Co-authored-by: alkum <98610826+alkum@users.noreply.github.com> Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com> Co-authored-by: Stephan Oeste <emzy@emzy.de> Co-authored-by: Alva Swanson <alvasw@protonmail.com>
This commit is contained in:
parent
4648c71c42
commit
77d3879013
4 changed files with 23 additions and 36 deletions
|
@ -3,9 +3,9 @@ echo "[*] Uninstalling Bitcoin and Haveno, will delete all data!!"
|
|||
sleep 10
|
||||
sudo rm -rf /root/haveno
|
||||
sudo systemctl stop bitcoin
|
||||
sudo systemctl stop haveno
|
||||
sudo systemctl stop haveno-seednode
|
||||
sudo systemctl disable bitcoin
|
||||
sudo systemctl disable haveno
|
||||
sudo systemctl disable haveno-seednode
|
||||
sudo userdel -f -r haveno
|
||||
sudo userdel -f -r bitcoin
|
||||
echo "[*] Done!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue