How to easily disable the lora-server

Hi there,

How can I easily disable the lora-server, postgres, mqtt etc. I have the odd situation where I run my own home-grown LoRaWAN network server.

Thanks!
Christopher

Replying to myself in case others find this useful:

sudo systemctl disable loraserver
sudo systemctl disable lora-app-server
sudo systemctl disable lora-gateway-bridge
sudo systemctl disable postgresql
sudo systemctl disable mosquitto
sudo systemctl disable redis

looks worked for me. thanks for the hint