mynode/rootfs/standard/usr/bin/mynode-stop-services
2020-05-09 12:24:19 -05:00

10 lines
232 B
Bash
Executable File

#!/bin/bash
# mynode-stop-services
# This script needs to be run with sudo
# It is intended to stop all mynode services (minus the web UI)
set -e
source /usr/share/mynode/mynode_config.sh
/usr/bin/mynode_stop_critical_services.sh