Удаление модуля TIONIX.PointMeter¶
При возникновении необходимости удаления RPM-пакета модуля выполните команду:
yum remove python-tionix_point_meter
Примечание
Файлы настроек и лог файлы при этом не будут удалены.
Полное удаление модуля TIONIX.PointMeter¶
Удалите модуль TIONIX.PointMeter:
Для RPM-пакетов:
yum remove python3-tionix_point_meter
Для Python-пакетов:
pip uninstall tionix-point-meter
Выключите сервисы модуля:
systemctl stop tionix-point-meter-api.service systemctl disable tionix-point-meter-api.service
Удалите сервисы модуля:
rm /etc/systemd/system/multi-user.target.wants/tionix-point-meter-api.service rm /usr/lib/systemd/system/tionix-point-meter-api.service
Включите и запустите службы systemd:
systemctl daemon-reload systemctl reset-failed