mynode/rootfs/standard/usr/bin/mynode_stop_critical_services.sh
2019-12-18 21:45:44 -06:00

17 lines
291 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
# Stop core services
systemctl stop electrs
systemctl stop lnd
systemctl stop quicksync
systemctl stop bitcoind
sync