Skip to content

Deinstallation

Andrey Gagarin edited this page Aug 7, 2019 · 1 revision

Depending on your installation type choose a deinstallation type:

Systemwide

Disable systemd init file:

systemctl disable xabberserver.service

Stop service:

systemctl stop xabberserver.service

Delete systemd init file:

rm /etc/systemd/system/xabberserver.service

Delete files:

rm -rf /your/installation/path

Delete user from system:

If you have created user during installation process - you can delete that user:

userdel xabberserver

Locally

Stop service:

Go to your installation directory, where service.sh is

./service.sh stop

Delete all files from installation directory:

rm -rf /your/installation/path