Skip to content

Removing LUNA PASS#

Perform the following steps.

1․ Stop the LUNA PASS API service:

systemctl stop lunapassapi

2․ Remove the LUNA PASS API service from the startup:

systemctl disable lunapassapi

3․ Delete the service file:

rm /etc/systemd/system/lunapassapi.service

4․ Delete the distribution:

rm -rf /var/lib/luna-pass/current

In the case of installation with Docker, uninstallation is performed by terminating and deleting running Docker containers.

Perform the following steps.

1․ Switch to root superuser mode:

sudo su

2․ Remove the containers:

docker-compose down