2019-12-19 03:45:44 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Stop additional services
|
|
|
|
systemctl stop glances
|
|
|
|
systemctl stop lndhub
|
|
|
|
systemctl stop netdata
|
|
|
|
systemctl stop glances
|
|
|
|
systemctl stop rtl
|
|
|
|
systemctl stop webssh2
|
2019-12-26 05:11:29 +00:00
|
|
|
systemctl stop whirlpool
|
2020-01-15 04:42:48 +00:00
|
|
|
systemctl stop btcpayserver
|
2019-12-19 03:45:44 +00:00
|
|
|
|
|
|
|
# Stop core services
|
|
|
|
systemctl stop electrs
|
|
|
|
systemctl stop lnd
|
|
|
|
systemctl stop quicksync
|
|
|
|
systemctl stop bitcoind
|
|
|
|
|
|
|
|
sync
|