#!/bin/sh
export PATH=/opt/lnxall_app/bin:/opt/lnxall_app/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
# TODO: Add pre-remove instruction here, such as STOP and DISABLE service
systemctl stop emsd.service
systemctl disable emsd.service

systemctl stop emud.service
systemctl disable emud.service

systemctl stop check_history_data.service
systemctl disable check_history_data.service

exit 0
