[OPS] Kill ghost hermes-bezalel.service on both VPSes #280
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
hermes-bezalel.service is running on BOTH Hermes VPS and Allegro VPS. Bezalel VPS (67.205.155.108) has been dead since Apr 4. These ghost services consume RAM and CPU for nothing.
Acceptance Criteria
systemctl stop hermes-bezalel && systemctl disable hermes-bezalelsystemctl stop hermes-bezalel && systemctl disable hermes-bezalelsystemctl is-active hermes-bezalelreturns inactive on both boxesfree -hshows improvement on Hermes VPSGhost Bezalel Service Killed
Actions taken:
systemctl stop hermes-bezalel— stoppedsystemctl disable hermes-bezalel— disabled (removed symlink from multi-user.target)Verification:
systemctl is-active hermes-bezalel→inactive✅ps aux | grep bezalel | grep -v grep→ empty (exit code 1) ✅Previously running as PID 1703210 (
hermes gatewayprocess using ezra venv). Now fully stopped and disabled.Closing this issue.