Description of the problem
When trying to run the judgehost deamon as a service, I get an error.
Your environment
- DOMjudge version 8.3.0
- Operating system Ubuntu 24.04.1 LTS
- Apache
Steps to reproduce
The manual states the following:
The judgedaemon can also be run as a service by running:
sudo systemctl enable --now domjudge-judgehost
This gives me:
Failed to enable unit: Unit file domjudge-judgehost.service does not exist.
Looking at the domjudge source files, it seems that the way to launch the judgedeamon as a service has changed to the following:
sudo systemctl enable --now domjudge-judgehost.target
This does launch, and the deamon becomes active after this. For me, the judgehost still does not show up in the domjudge web interface, but I'm assuming that's a separate issue.