Since I update to nexus 3.67.1-01 , systemd will stop the nexus soon after starting it with the message "systemd[1]: nexus.service: Failed with result 'timeout'."
It seems that with the current service definition, systemd expects the main process to fork a new one and quit. It looks like this is not the case anymore. Changing the service definition to use Type=simple fixes this issue.
Before submitting a PR, I'd like to know if this is the correct solution or if there is a better way to fix this.
Since I update to nexus 3.67.1-01 , systemd will stop the nexus soon after starting it with the message "systemd[1]: nexus.service: Failed with result 'timeout'."
It seems that with the current service definition, systemd expects the main process to fork a new one and quit. It looks like this is not the case anymore. Changing the service definition to use Type=simple fixes this issue.
Before submitting a PR, I'd like to know if this is the correct solution or if there is a better way to fix this.