To remove the WebAPI daemon on a Debian system, you can use the following command if the daemon is installed as a system service via systemd:
Stop the demon:
sudo systemctl stop webapi
Disable the demon:
sudo systemctl disable webapi
Delete the service file:
sudo rm /etc/systemd/system/webapi.service
Restart the systemd configuration:
sudo systemctl daemon-reload
Delete the daemon files:
sudo rm -r /var/www/webapi
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article