Source: diamond Severity: important I noticed that upon removal the diamond service isn't properly cleaned up and ends up being in a failed state in systemctl.
This seems caused by the broken prerm script, which doesn't correctly stop
the service:
prerm has the following:
| # Stop diamond if it's running
| stop diamond || true
I suppose this was meant to be "invoke-rc.d diamond stop" instead.
Cheers,
Moritz

