docs: uninstall

This commit is contained in:
Mike Dilger 2024-02-21 11:55:14 +13:00
parent 7f45c3e339
commit 1674b2f646

View File

@ -173,3 +173,13 @@ You can watch the logs with a command like this
sudo journalctl -f -u chorus.service
```
## Uninstalling
```bash
sudo systemctl disable chorus.service
sudo rm -f /etc/nginx/sites-available/chorus.nginx.conf
sudo rm -f /etc/nginx/sites-enabled/chorus.nginx.conf
sudo systemctl restart nginx.service
sudo rm -rf /opt/chorus
sudo userdel chorus
```