1. Description
After installing the grommunio-web package (3.19.2.g683683b2f-1+537.1) on Ubuntu 26.04, no systemd service unit file is created for grommunio-web (or associated service hooks).
As a result, accessing the Web UI or logging into the Admin Web UI yields the error:
"Could not connect to backend"
2. Environment Details
- OS / Distribution: Ubuntu 26.04 LTS
- Package Name:
grommunio-web
- Package Version:
3.19.2.g683683b2f-1+537.1
---
3. Steps to Reproduce
Install grommunio-web on Ubuntu 26.04 via apt install grommunio-web (version 3.19.2.g683683b2f-1+537.1).
Verify systemd unit status:
systemctl status grommunio-web
# Output: Unit grommunio-web.service could not be found.
Open a browser and navigate to the Grommunio Admin / Web UI.
Attempt to log in.