Uninstallation of EdgeStreaming Runtime
This section describes the procedure to uninstall EdgeStreaming Runtime.
These procedures describe uninstallation when you made EdgeStreaming Runtime into a service.
-
Stop the service
Stop EdgeStreaming Runtime that you made into a service.
systemctl stop es-agent.service
-
Disable the service
Disable EdgeStreaming Runtime that you made into a service.
systemctl disable es-agent.service
-
Delete the service
Delete EdgeStreaming Runtime that you made into a service.
rm -f /etc/systemd/system/es-agent.service
-
Delete the installation directory
Delete the directory where you installed EdgeStreaming Runtime.
rm -rf /opt/edge
-
Reload the automatic execution settings file
Reload the automatic execution settings file for the script.
systemctl daemon-reload
The uninstallation of EdgeStreaming Runtime is now complete.