93281a7c23
+added files *dojo.service *mynode_gen_dojo_config.sh *mynode_post_dojo.sh *dojo.py *dojo.html %modified files *mynode_firewall.sh *mynode_post_upgrade.sh *mynode_stop_critical_services.sh *bitcoin.conf *enable_disable_functions.py *mynode.py *apps.html Special thanks to Taylor Helsper for creating MyNode and Merging Dojo Special thanks to BTCxZelko for getting me started with Dojo and assisting with the code. Special thanks to Amiga500 for helping with testing. Co-authored-by: Taylor Helsper <tehelsper@gmail.com>
22 lines
366 B
Bash
Executable File
22 lines
366 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Stop additional services
|
|
systemctl stop glances
|
|
systemctl stop lndhub
|
|
systemctl stop netdata
|
|
systemctl stop glances
|
|
systemctl stop rtl
|
|
systemctl stop webssh2
|
|
systemctl stop whirlpool
|
|
systemctl stop dojo
|
|
systemctl stop btcpayserver
|
|
|
|
|
|
# Stop core services
|
|
systemctl stop electrs
|
|
systemctl stop lnd
|
|
systemctl stop quicksync
|
|
systemctl stop bitcoind
|
|
|
|
sync
|