Server on Linux
Unconfigure systemd service¶
If you configured your Server to run as a systemd service, you will need to unconfigure this. The following steps will need to be run as the root user or using sudo:
- Stop the service:
systemctl stop esm-server - Diable the service from starting on boot:
systemctl disable esm-server - Delete the
esm-server.servicefile from/etc/system/systemd - Reload the systemd configuration:
systemctl daemon-reload
Uninstall Server¶
Note
The following instructions will assume an installation directory of /opt/sas/esm
- Remove the
esm-serverdirectory and all its content:rm -rf /opt/sas/esm/esm-server
Last update:
April 24, 2023
Created: April 24, 2023
Created: April 24, 2023