#!/bin/bash

systemctl stop emsd
systemctl stop emud
systemctl stop taosd
systemctl stop script
systemctl stop linit

rm /mnt/ssd/taos/* -rf
rm /mnt/ssd/history/* -rf
rm /app/database/* -rf
rm /app/temp/* -rf

python3 /opt/lnxall_app/bin/clear_maxdemand.py

reboot
