mynode/rootfs/standard/usr/bin/mynode_stop_critical_services.sh

18 lines
316 B
Bash
Raw Normal View History

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
2019-12-19 03:45:44 +00:00
# Stop core services
systemctl stop electrs
systemctl stop lnd
systemctl stop quicksync
systemctl stop bitcoind
sync